1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 09:59:13 +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"
"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

View File

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

View File

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