1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 02:30:39 +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:
Jeromy Johnson
2017-04-24 11:06:13 -07:00
committed by GitHub
3 changed files with 8 additions and 7 deletions

View File

@ -1,13 +1,14 @@
package corehttp
import (
"context"
"net"
"net/http"
"strings"
"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

@ -1,14 +1,14 @@
package namesys
import (
"context"
"errors"
"net"
"strings"
context "context"
isd "gx/ipfs/QmaeHSCBd9XjXxmgHEiKkHtLcMCb2eZsPLKT7bHgBfBkqw/go-is-domain"
path "github.com/ipfs/go-ipfs/path"
isd "gx/ipfs/QmZmmuAXgX73UQmX1jRKjTGmjzq24Jinqkq8vzkBtno4uX/go-is-domain"
)
type LookupTXTFunc func(name string) (txt []string, err error)

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",