mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-20 16:36:46 +08:00
refactor: rename to kubo
This commit is contained in:
@ -7,11 +7,11 @@ import (
|
||||
"testing"
|
||||
|
||||
bserv "github.com/ipfs/go-blockservice"
|
||||
core "github.com/ipfs/go-ipfs/core"
|
||||
merkledag "github.com/ipfs/go-merkledag"
|
||||
ft "github.com/ipfs/go-unixfs"
|
||||
importer "github.com/ipfs/go-unixfs/importer"
|
||||
uio "github.com/ipfs/go-unixfs/io"
|
||||
core "github.com/ipfs/kubo/core"
|
||||
|
||||
cid "github.com/ipfs/go-cid"
|
||||
ds "github.com/ipfs/go-datastore"
|
||||
|
Reference in New Issue
Block a user