This commit is contained in:
Łukasz Magiera 2023-06-22 10:43:56 +02:00
parent cc207ede88
commit b8b9158074

View File

@ -5,7 +5,6 @@ import (
"context" "context"
"io" "io"
rpc "github.com/filecoin-project/kubo-api-client"
iface "github.com/ipfs/boxo/coreiface" iface "github.com/ipfs/boxo/coreiface"
"github.com/ipfs/boxo/coreiface/options" "github.com/ipfs/boxo/coreiface/options"
"github.com/ipfs/boxo/coreiface/path" "github.com/ipfs/boxo/coreiface/path"
@ -14,6 +13,8 @@ import (
"github.com/multiformats/go-multiaddr" "github.com/multiformats/go-multiaddr"
"github.com/multiformats/go-multihash" "github.com/multiformats/go-multihash"
"golang.org/x/xerrors" "golang.org/x/xerrors"
rpc "github.com/filecoin-project/kubo-api-client"
) )
type IPFSBlockstore struct { type IPFSBlockstore struct {