Skip to content

Commit

Permalink
Merge pull request #3873 from ipfs/deps/update/go-is-domain
Browse files Browse the repository at this point in the history
deps: Update go-is-domain to contain new gTLD
  • Loading branch information
whyrusleeping authored Apr 24, 2017
2 parents 9dc5883 + fe969d1 commit e17a6dd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions core/corehttp/ipns_hostname.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions namesys/dns.go
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@
},
{
"author": "jbenet",
"hash": "QmaeHSCBd9XjXxmgHEiKkHtLcMCb2eZsPLKT7bHgBfBkqw",
"hash": "QmZmmuAXgX73UQmX1jRKjTGmjzq24Jinqkq8vzkBtno4uX",
"name": "go-is-domain",
"version": "1.0.0"
"version": "1.0.1"
},
{
"author": "whyrusleeping",
Expand Down

0 comments on commit e17a6dd

Please sign in to comment.