1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 10:49:24 +08:00

deps: Update go-is-domain to contain new gTLD

It should resolve issues with newer gTLDs being not selected

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera
2017-04-20 19:09:38 +02:00
parent 9dc5883ac8
commit d1e3fc5c87
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ import (
"context" "context"
"github.com/ipfs/go-ipfs/core" "github.com/ipfs/go-ipfs/core"
isd "gx/ipfs/QmaeHSCBd9XjXxmgHEiKkHtLcMCb2eZsPLKT7bHgBfBkqw/go-is-domain" isd "gx/ipfs/QmZmmuAXgX73UQmX1jRKjTGmjzq24Jinqkq8vzkBtno4uX/go-is-domain"
) )
// IPNSHostnameOption rewrites an incoming request if its Host: header contains // IPNSHostnameOption rewrites an incoming request if its Host: header contains

View File

@ -6,7 +6,7 @@ import (
"strings" "strings"
context "context" context "context"
isd "gx/ipfs/QmaeHSCBd9XjXxmgHEiKkHtLcMCb2eZsPLKT7bHgBfBkqw/go-is-domain" isd "gx/ipfs/QmZmmuAXgX73UQmX1jRKjTGmjzq24Jinqkq8vzkBtno4uX/go-is-domain"
path "github.com/ipfs/go-ipfs/path" path "github.com/ipfs/go-ipfs/path"
) )

View File

@ -172,9 +172,9 @@
}, },
{ {
"author": "jbenet", "author": "jbenet",
"hash": "QmaeHSCBd9XjXxmgHEiKkHtLcMCb2eZsPLKT7bHgBfBkqw", "hash": "QmZmmuAXgX73UQmX1jRKjTGmjzq24Jinqkq8vzkBtno4uX",
"name": "go-is-domain", "name": "go-is-domain",
"version": "1.0.0" "version": "1.0.1"
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",