1
0
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:
Marcin Rataj
2022-05-09 20:17:09 +02:00
parent 289e465f05
commit 82467bc936
196 changed files with 554 additions and 538 deletions

View File

@ -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"