1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-17 15:06:47 +08:00

chore: migrate go-libipfs to boxo

Resolves #9677, #9676, #9675, #9736
This commit is contained in:
Jorropo
2023-03-23 09:15:36 +01:00
committed by Gus Eggert
parent 1e3b6c9857
commit 3ab1086f71
107 changed files with 553 additions and 1712 deletions

View File

@ -3,10 +3,10 @@ package verifbs
import (
"context"
bstore "github.com/ipfs/boxo/blockstore"
"github.com/ipfs/boxo/verifcid"
blocks "github.com/ipfs/go-block-format"
cid "github.com/ipfs/go-cid"
bstore "github.com/ipfs/go-ipfs-blockstore"
blocks "github.com/ipfs/go-libipfs/blocks"
"github.com/ipfs/go-verifcid"
)
type VerifBSGC struct {