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:
@ -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
|
||||||
|
@ -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"
|
||||||
)
|
)
|
||||||
|
@ -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",
|
||||||
|
Reference in New Issue
Block a user