Commit e17a6dd8 authored by Jeromy Johnson's avatar Jeromy Johnson Committed by GitHub

Merge pull request #3873 from ipfs/deps/update/go-is-domain

deps: Update go-is-domain to contain new gTLD
parents 9dc5883a fe969d18
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
......
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)
......
......@@ -172,9 +172,9 @@
},
{
"author": "jbenet",
"hash": "QmaeHSCBd9XjXxmgHEiKkHtLcMCb2eZsPLKT7bHgBfBkqw",
"hash": "QmZmmuAXgX73UQmX1jRKjTGmjzq24Jinqkq8vzkBtno4uX",
"name": "go-is-domain",
"version": "1.0.0"
"version": "1.0.1"
},
{
"author": "whyrusleeping",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment