1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 11:31:54 +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

@ -10,7 +10,6 @@ import (
bstore "github.com/ipfs/boxo/blockstore"
chunker "github.com/ipfs/boxo/chunker"
coreiface "github.com/ipfs/boxo/coreiface"
"github.com/ipfs/boxo/files"
posinfo "github.com/ipfs/boxo/filestore/posinfo"
dag "github.com/ipfs/boxo/ipld/merkledag"
@ -24,6 +23,7 @@ import (
"github.com/ipfs/go-cid"
ipld "github.com/ipfs/go-ipld-format"
logging "github.com/ipfs/go-log"
coreiface "github.com/ipfs/kubo/core/coreiface"
"github.com/ipfs/kubo/tracing"
)