Skip to content

Commit

Permalink
Merge pull request ipfs/kubo#5976 from ipfs/misc/coreapi-imports
Browse files Browse the repository at this point in the history
coreapi: cleanup non-gx references

This commit was moved from ipfs/kubo@6a5a268
  • Loading branch information
Stebalien authored Feb 8, 2019
2 parents b0164aa + 0681268 commit 27965ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gateway/core/corehttp/gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import (
"github.com/ipfs/go-ipfs/core/coreapi"
"github.com/ipfs/go-ipfs/core/coreapi/interface"
"github.com/ipfs/go-ipfs/core/coreapi/interface/options"
nsopts "github.com/ipfs/go-ipfs/core/coreapi/interface/options/namesys"
namesys "github.com/ipfs/go-ipfs/namesys"
nsopts "github.com/ipfs/go-ipfs/namesys/opts"
repo "github.com/ipfs/go-ipfs/repo"

ci "gx/ipfs/QmNiJiXwWE3kRhZrC5ej3kSjWHm337pYfhjLGSCDNKJP2s/go-libp2p-crypto"
Expand Down
2 changes: 1 addition & 1 deletion gateway/core/corehttp/ipns_hostname.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"strings"

core "github.com/ipfs/go-ipfs/core"
nsopts "github.com/ipfs/go-ipfs/core/coreapi/interface/options/namesys"
namesys "github.com/ipfs/go-ipfs/namesys"
nsopts "github.com/ipfs/go-ipfs/namesys/opts"

isd "gx/ipfs/QmZmmuAXgX73UQmX1jRKjTGmjzq24Jinqkq8vzkBtno4uX/go-is-domain"
)
Expand Down

0 comments on commit 27965ad

Please sign in to comment.