Skip to content

Commit

Permalink
chore(deps): update go-data-transfer to v2.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehuntsman committed Jan 6, 2023
1 parent 9b9fcc7 commit b3a8875
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 279 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ require (
github.com/dustin/go-humanize v1.0.0
github.com/filecoin-project/go-address v1.1.0
github.com/filecoin-project/go-cbor-util v0.0.1
github.com/filecoin-project/go-data-transfer v1.15.2
github.com/filecoin-project/go-fil-markets v1.25.2
github.com/filecoin-project/go-data-transfer/v2 v2.0.0-rc1
github.com/filecoin-project/go-fil-markets v1.24.3-0.20221014045531-68279a837f6a
github.com/filecoin-project/go-state-types v0.9.9
github.com/frankban/quicktest v1.14.4
github.com/google/uuid v1.3.0
github.com/ipfs/go-cid v0.3.2
github.com/ipfs/go-datastore v0.6.0
github.com/ipfs/go-graphsync v0.13.2
github.com/ipfs/go-graphsync v0.14.0
github.com/ipfs/go-ipfs-blockstore v1.2.0
github.com/ipfs/go-log/v2 v2.5.1
github.com/ipld/go-ipld-prime v0.19.0
Expand Down Expand Up @@ -43,7 +43,7 @@ require (
github.com/filecoin-project/go-ds-versioning v0.1.2 // indirect
github.com/filecoin-project/go-hamt-ipld/v3 v3.1.0 // indirect
github.com/filecoin-project/go-padreader v0.0.1 // indirect
github.com/filecoin-project/go-statemachine v1.0.2 // indirect
github.com/filecoin-project/go-statemachine v1.0.3 // indirect
github.com/filecoin-project/go-statestore v0.2.0 // indirect
github.com/filecoin-project/specs-actors v0.9.15 // indirect
github.com/go-kit/log v0.2.1 // indirect
Expand Down Expand Up @@ -77,7 +77,6 @@ require (
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
github.com/libp2p/go-libp2p-core v0.20.1 // indirect
github.com/libp2p/go-msgio v0.2.0 // indirect
github.com/libp2p/go-openssl v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
Expand Down
Loading

0 comments on commit b3a8875

Please sign in to comment.