1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-12-15 14:11:14 +08:00

chore: clean migration

This commit is contained in:
Henrique Dias
2023-11-29 10:40:50 +01:00
parent fcbb3194f4
commit 58c29399cf
90 changed files with 137 additions and 133 deletions

View File

@@ -17,11 +17,11 @@ import (
"github.com/ipfs/kubo/core/node/libp2p"
"github.com/ipfs/kubo/repo"
coreiface "github.com/ipfs/boxo/coreiface"
"github.com/ipfs/boxo/coreiface/tests"
"github.com/ipfs/go-datastore"
syncds "github.com/ipfs/go-datastore/sync"
"github.com/ipfs/kubo/config"
coreiface "github.com/ipfs/kubo/core/coreiface"
"github.com/ipfs/kubo/core/coreiface/tests"
"github.com/libp2p/go-libp2p/core/crypto"
"github.com/libp2p/go-libp2p/core/peer"
mocknet "github.com/libp2p/go-libp2p/p2p/net/mock"