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:
@ -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"
|
||||
)
|
||||
|
Reference in New Issue
Block a user