chore: all: bump go-libipfs to replace go-block-format

Includes changes from:
- https://github.com/ipfs/go-block-format/pull/37
- https://github.com/ipfs/go-libipfs/pull/58

(cherry picked from commit f572852d06)
This commit is contained in:
Jorropo
2023-02-17 18:46:11 +01:00
parent 00b6d06041
commit 2d3065ae8e
64 changed files with 79 additions and 73 deletions
+1 -1
View File
@@ -11,12 +11,12 @@ import (
"strings"
"sync"
blocks "github.com/ipfs/go-block-format"
"github.com/ipfs/go-blockservice"
"github.com/ipfs/go-cid"
offline "github.com/ipfs/go-ipfs-exchange-offline"
cbor "github.com/ipfs/go-ipld-cbor"
ipld "github.com/ipfs/go-ipld-format"
blocks "github.com/ipfs/go-libipfs/blocks"
logging "github.com/ipfs/go-log/v2"
"github.com/ipfs/go-merkledag"
mh "github.com/multiformats/go-multihash"