1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-21 00:47:22 +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

@ -10,9 +10,9 @@ import (
"testing"
"time"
"github.com/ipfs/go-ipfs/core"
"github.com/ipfs/go-ipfs/gc"
"github.com/ipfs/go-ipfs/repo"
"github.com/ipfs/kubo/core"
"github.com/ipfs/kubo/gc"
"github.com/ipfs/kubo/repo"
blocks "github.com/ipfs/go-block-format"
"github.com/ipfs/go-blockservice"
@ -22,9 +22,9 @@ import (
blockstore "github.com/ipfs/go-ipfs-blockstore"
files "github.com/ipfs/go-ipfs-files"
pi "github.com/ipfs/go-ipfs-posinfo"
config "github.com/ipfs/go-ipfs/config"
dag "github.com/ipfs/go-merkledag"
coreiface "github.com/ipfs/interface-go-ipfs-core"
config "github.com/ipfs/kubo/config"
)
const testPeerID = "QmTFauExutTsy4XP6JbMFcw2Wa9645HJt2bTqL6qYDCKfe"