Skip to content

Commit b3a8875

Browse files
committed
chore(deps): update go-data-transfer to v2.0.0-rc1
1 parent 9b9fcc7 commit b3a8875

File tree

3 files changed

+103
-279
lines changed

3 files changed

+103
-279
lines changed

go.mod

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ require (
77
github.com/dustin/go-humanize v1.0.0
88
github.com/filecoin-project/go-address v1.1.0
99
github.com/filecoin-project/go-cbor-util v0.0.1
10-
github.com/filecoin-project/go-data-transfer v1.15.2
11-
github.com/filecoin-project/go-fil-markets v1.25.2
10+
github.com/filecoin-project/go-data-transfer/v2 v2.0.0-rc1
11+
github.com/filecoin-project/go-fil-markets v1.24.3-0.20221014045531-68279a837f6a
1212
github.com/filecoin-project/go-state-types v0.9.9
1313
github.com/frankban/quicktest v1.14.4
1414
github.com/google/uuid v1.3.0
1515
github.com/ipfs/go-cid v0.3.2
1616
github.com/ipfs/go-datastore v0.6.0
17-
github.com/ipfs/go-graphsync v0.13.2
17+
github.com/ipfs/go-graphsync v0.14.0
1818
github.com/ipfs/go-ipfs-blockstore v1.2.0
1919
github.com/ipfs/go-log/v2 v2.5.1
2020
github.com/ipld/go-ipld-prime v0.19.0
@@ -43,7 +43,7 @@ require (
4343
github.com/filecoin-project/go-ds-versioning v0.1.2 // indirect
4444
github.com/filecoin-project/go-hamt-ipld/v3 v3.1.0 // indirect
4545
github.com/filecoin-project/go-padreader v0.0.1 // indirect
46-
github.com/filecoin-project/go-statemachine v1.0.2 // indirect
46+
github.com/filecoin-project/go-statemachine v1.0.3 // indirect
4747
github.com/filecoin-project/go-statestore v0.2.0 // indirect
4848
github.com/filecoin-project/specs-actors v0.9.15 // indirect
4949
github.com/go-kit/log v0.2.1 // indirect
@@ -77,7 +77,6 @@ require (
7777
github.com/kr/pretty v0.3.1 // indirect
7878
github.com/kr/text v0.2.0 // indirect
7979
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
80-
github.com/libp2p/go-libp2p-core v0.20.1 // indirect
8180
github.com/libp2p/go-msgio v0.2.0 // indirect
8281
github.com/libp2p/go-openssl v0.1.0 // indirect
8382
github.com/mattn/go-isatty v0.0.16 // indirect

0 commit comments

Comments
 (0)