Merge pull request #10305 from filecoin-project/asr/bump-go-libipfs-for-release

chore: deps: bump go-libipfs to v0.4.1
This commit is contained in:
Aayush Rajasekaran
2023-02-17 14:34:12 -05:00
committed by GitHub
65 changed files with 90 additions and 84 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"
+2 -2
View File
@@ -4,9 +4,9 @@ import (
"context"
"time"
"github.com/ipfs/go-bitswap"
"github.com/ipfs/go-bitswap/network"
"github.com/ipfs/go-blockservice"
"github.com/ipfs/go-libipfs/bitswap"
"github.com/ipfs/go-libipfs/bitswap/network"
"github.com/libp2p/go-libp2p/core/host"
"github.com/libp2p/go-libp2p/core/routing"
"go.uber.org/fx"