Skip to content

Commit

Permalink
Merge pull request ipfs/kubo#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

This commit was moved from ipfs/kubo@e17a6dd
  • Loading branch information
whyrusleeping authored Apr 24, 2017
2 parents 33d1694 + cf465fa commit 45f5cc8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gateway/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

0 comments on commit 45f5cc8

Please sign in to comment.