mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-01 19:24:14 +08:00
Merge pull request #3873 from ipfs/deps/update/go-is-domain
deps: Update go-is-domain to contain new gTLD
This commit is contained in:
@ -1,13 +1,14 @@
|
|||||||
package corehttp
|
package corehttp
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"context"
|
||||||
"net"
|
"net"
|
||||||
"net/http"
|
"net/http"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"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
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
package namesys
|
package namesys
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"context"
|
||||||
"errors"
|
"errors"
|
||||||
"net"
|
"net"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
context "context"
|
|
||||||
isd "gx/ipfs/QmaeHSCBd9XjXxmgHEiKkHtLcMCb2eZsPLKT7bHgBfBkqw/go-is-domain"
|
|
||||||
|
|
||||||
path "github.com/ipfs/go-ipfs/path"
|
path "github.com/ipfs/go-ipfs/path"
|
||||||
|
|
||||||
|
isd "gx/ipfs/QmZmmuAXgX73UQmX1jRKjTGmjzq24Jinqkq8vzkBtno4uX/go-is-domain"
|
||||||
)
|
)
|
||||||
|
|
||||||
type LookupTXTFunc func(name string) (txt []string, err error)
|
type LookupTXTFunc func(name string) (txt []string, err error)
|
||||||
|
@ -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