mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 19:44:01 +08:00
fix: rewrite dependencies over the go-ipfs-config package
This commit is contained in:
@ -16,7 +16,7 @@ import (
|
||||
|
||||
cmds "github.com/ipfs/go-ipfs-cmds"
|
||||
cmdsHttp "github.com/ipfs/go-ipfs-cmds/http"
|
||||
config "github.com/ipfs/go-ipfs-config"
|
||||
config "github.com/ipfs/go-ipfs/config"
|
||||
path "github.com/ipfs/go-path"
|
||||
)
|
||||
|
||||
|
@ -19,8 +19,8 @@ import (
|
||||
|
||||
datastore "github.com/ipfs/go-datastore"
|
||||
syncds "github.com/ipfs/go-datastore/sync"
|
||||
config "github.com/ipfs/go-ipfs-config"
|
||||
files "github.com/ipfs/go-ipfs-files"
|
||||
config "github.com/ipfs/go-ipfs/config"
|
||||
path "github.com/ipfs/go-path"
|
||||
iface "github.com/ipfs/interface-go-ipfs-core"
|
||||
nsopts "github.com/ipfs/interface-go-ipfs-core/options/namesys"
|
||||
|
@ -18,7 +18,7 @@ import (
|
||||
|
||||
mbase "github.com/multiformats/go-multibase"
|
||||
|
||||
config "github.com/ipfs/go-ipfs-config"
|
||||
config "github.com/ipfs/go-ipfs/config"
|
||||
iface "github.com/ipfs/interface-go-ipfs-core"
|
||||
options "github.com/ipfs/interface-go-ipfs-core/options"
|
||||
nsopts "github.com/ipfs/interface-go-ipfs-core/options/namesys"
|
||||
|
@ -7,8 +7,8 @@ import (
|
||||
"testing"
|
||||
|
||||
cid "github.com/ipfs/go-cid"
|
||||
config "github.com/ipfs/go-ipfs-config"
|
||||
files "github.com/ipfs/go-ipfs-files"
|
||||
config "github.com/ipfs/go-ipfs/config"
|
||||
coreapi "github.com/ipfs/go-ipfs/core/coreapi"
|
||||
path "github.com/ipfs/go-path"
|
||||
)
|
||||
|
Reference in New Issue
Block a user