@@ -8,76 +8,75 @@ require (
88 github.com/filecoin-project/go-cbor-util v0.0.1
99 github.com/filecoin-project/go-commp-utils v0.1.3
1010 github.com/filecoin-project/go-data-transfer v1.15.2
11- github.com/filecoin-project/go-ds-versioning v0.1.1
11+ github.com/filecoin-project/go-ds-versioning v0.1.2
1212 github.com/filecoin-project/go-fil-commcid v0.1.0
1313 github.com/filecoin-project/go-fil-commp-hashhash v0.1.0
1414 github.com/filecoin-project/go-padreader v0.0.1
1515 github.com/filecoin-project/go-state-types v0.1.12
16- github.com/filecoin-project/go-statemachine v1.0.2-0.20220322104818-27f8fbb86dfd
16+ github.com/filecoin-project/go-statemachine v1.0.2
1717 github.com/filecoin-project/go-statestore v0.2.0
18- github.com/filecoin-project/index-provider v0.8 .1
18+ github.com/filecoin-project/index-provider v0.9 .1
1919 github.com/filecoin-project/specs-actors v0.9.13
2020 github.com/hannahhoward/cbor-gen-for v0.0.0-20200817222906-ea96cece81f1
2121 github.com/hannahhoward/go-pubsub v0.0.0-20200423002714-8d62886cc36e
2222 github.com/hashicorp/go-multierror v1.1.1
2323 github.com/ipfs/go-block-format v0.0.3
24- github.com/ipfs/go-blockservice v0.3 .0
25- github.com/ipfs/go-cid v0.2.0
24+ github.com/ipfs/go-blockservice v0.4 .0
25+ github.com/ipfs/go-cid v0.3.2
2626 github.com/ipfs/go-cidutil v0.1.0
27- github.com/ipfs/go-datastore v0.5.1
27+ github.com/ipfs/go-datastore v0.6.0
2828 github.com/ipfs/go-filestore v1.2.0
29- github.com/ipfs/go-graphsync v0.13.1
29+ github.com/ipfs/go-graphsync v0.13.2
3030 github.com/ipfs/go-ipfs-blockstore v1.2.0
3131 github.com/ipfs/go-ipfs-blocksutil v0.0.1
3232 github.com/ipfs/go-ipfs-chunker v0.0.5
3333 github.com/ipfs/go-ipfs-ds-help v1.1.0
34- github.com/ipfs/go-ipfs-exchange-offline v0.2 .0
35- github.com/ipfs/go-ipfs-files v0.0.9
34+ github.com/ipfs/go-ipfs-exchange-offline v0.3 .0
35+ github.com/ipfs/go-ipfs-files v0.1.1
3636 github.com/ipfs/go-ipld-cbor v0.0.6
3737 github.com/ipfs/go-ipld-format v0.4.0
3838 github.com/ipfs/go-log/v2 v2.5.1
3939 github.com/ipfs/go-merkledag v0.6.0
40- github.com/ipfs/go-unixfs v0.3.1
40+ github.com/ipfs/go-unixfs v0.4.0
4141 github.com/ipld/go-car v0.4.0
4242 github.com/ipld/go-car/v2 v2.5.0
43- github.com/ipld/go-codec-dagpb v1.3.1
44- github.com/ipld/go-ipld-prime v0.17 .0
43+ github.com/ipld/go-codec-dagpb v1.5.0
44+ github.com/ipld/go-ipld-prime v0.18 .0
4545 github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c
4646 github.com/jpillora/backoff v1.0.0
47- github.com/libp2p/go-libp2p v0.21.0
48- github.com/libp2p/go-libp2p-core v0.19 .1
49- github.com/multiformats/go-multiaddr v0.6 .0
47+ github.com/libp2p/go-libp2p v0.23.2
48+ github.com/libp2p/go-libp2p-core v0.20 .1
49+ github.com/multiformats/go-multiaddr v0.7 .0
5050 github.com/multiformats/go-multibase v0.1.1
51- github.com/multiformats/go-multicodec v0.5 .0
52- github.com/multiformats/go-multihash v0.2.0
51+ github.com/multiformats/go-multicodec v0.6 .0
52+ github.com/multiformats/go-multihash v0.2.1
5353 github.com/multiformats/go-varint v0.0.6
5454 github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9
5555 github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e
5656 github.com/stretchr/testify v1.8.0
5757 github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11
58- github.com/whyrusleeping/cbor-gen v0.0.0-20220323183124-98fa8256a799
59- golang.org/x/exp v0.0.0-20220426173459-3bcf042a4bf5
60- golang.org/x/net v0.0.0-20220630215102-69896b714898
61- golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f
58+ github.com/whyrusleeping/cbor-gen v0.0.0-20220514204315-f29c37e9c44c
59+ golang.org/x/exp v0.0.0-20220916125017-b168a2c6b86b
60+ golang.org/x/net v0.0.0-20220920183852-bf014ff85ad5
61+ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
6262)
6363
6464require (
6565 github.com/Stebalien/go-bitfield v0.0.1 // indirect
6666 github.com/alecthomas/units v0.0.0-20210927113745-59d0afb8317a // indirect
6767 github.com/benbjohnson/clock v1.3.0 // indirect
68- github.com/bep/debounce v1.2.0 // indirect
69- github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
70- github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
68+ github.com/bep/debounce v1.2.1 // indirect
69+ github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
7170 github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // indirect
7271 github.com/davecgh/go-spew v1.1.1 // indirect
73- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
72+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
7473 github.com/filecoin-project/filecoin-ffi v0.30.4-0.20200910194244-f640612a1a1f // indirect
7574 github.com/filecoin-project/go-amt-ipld/v2 v2.1.0 // indirect
7675 github.com/filecoin-project/go-amt-ipld/v4 v4.0.0 // indirect
7776 github.com/filecoin-project/go-bitfield v0.2.4 // indirect
7877 github.com/filecoin-project/go-hamt-ipld v0.1.5 // indirect
7978 github.com/filecoin-project/go-hamt-ipld/v3 v3.1.0 // indirect
80- github.com/filecoin-project/storetheindex v0.4.17 // indirect
79+ github.com/filecoin-project/storetheindex v0.4.30-0.20221114113647-683091f8e893 // indirect
8180 github.com/go-logr/logr v1.2.3 // indirect
8281 github.com/go-logr/stdr v1.2.2 // indirect
8382 github.com/gogo/protobuf v1.3.2 // indirect
@@ -88,35 +87,36 @@ require (
8887 github.com/huin/goupnp v1.0.3 // indirect
8988 github.com/ipfs/bbloom v0.0.4 // indirect
9089 github.com/ipfs/go-bitfield v1.0.0 // indirect
91- github.com/ipfs/go-ipfs-exchange-interface v0.1.0 // indirect
90+ github.com/ipfs/go-bitswap v0.10.2 // indirect
91+ github.com/ipfs/go-ipfs-exchange-interface v0.2.0 // indirect
9292 github.com/ipfs/go-ipfs-posinfo v0.0.1 // indirect
9393 github.com/ipfs/go-ipfs-pq v0.0.2 // indirect
9494 github.com/ipfs/go-ipfs-util v0.0.2 // indirect
95- github.com/ipfs/go-ipld-legacy v0.1.0 // indirect
95+ github.com/ipfs/go-ipld-legacy v0.1.1 // indirect
9696 github.com/ipfs/go-log v1.0.5 // indirect
9797 github.com/ipfs/go-metrics-interface v0.0.1 // indirect
98- github.com/ipfs/go-peertaskqueue v0.7.1 // indirect
98+ github.com/ipfs/go-peertaskqueue v0.8.0 // indirect
9999 github.com/ipfs/go-unixfsnode v1.4.0 // indirect
100- github.com/ipfs/go-verifcid v0.0.1 // indirect
100+ github.com/ipfs/go-verifcid v0.0.2 // indirect
101+ github.com/ipld/go-ipld-adl-hamt v0.0.0-20220616142416-9004dbd839e0 // indirect
101102 github.com/jackpal/go-nat-pmp v1.0.2 // indirect
102103 github.com/jbenet/goprocess v0.1.4 // indirect
103- github.com/klauspost/cpuid/v2 v2.0.14 // indirect
104+ github.com/klauspost/cpuid/v2 v2.1.1 // indirect
104105 github.com/koron/go-ssdp v0.0.3 // indirect
105106 github.com/libp2p/go-buffer-pool v0.1.0 // indirect
106107 github.com/libp2p/go-cidranger v1.1.0 // indirect
107- github.com/libp2p/go-eventbus v0.2.1 // indirect
108108 github.com/libp2p/go-libp2p-asn-util v0.2.0 // indirect
109- github.com/libp2p/go-libp2p-peerstore v0.7.1 // indirect
110109 github.com/libp2p/go-msgio v0.2.0 // indirect
111110 github.com/libp2p/go-nat v0.1.0 // indirect
112111 github.com/libp2p/go-netroute v0.2.0 // indirect
113- github.com/libp2p/go-openssl v0.0.7 // indirect
114- github.com/mattn/go-isatty v0.0.14 // indirect
112+ github.com/libp2p/go-openssl v0.1.0 // indirect
113+ github.com/mattn/go-isatty v0.0.16 // indirect
114+ github.com/mattn/go-pointer v0.0.1 // indirect
115115 github.com/miekg/dns v1.1.50 // indirect
116116 github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
117117 github.com/minio/sha256-simd v1.0.0 // indirect
118118 github.com/mr-tron/base58 v1.2.0 // indirect
119- github.com/multiformats/go-base32 v0.0.4 // indirect
119+ github.com/multiformats/go-base32 v0.1.0 // indirect
120120 github.com/multiformats/go-base36 v0.1.0 // indirect
121121 github.com/multiformats/go-multiaddr-dns v0.3.1 // indirect
122122 github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
@@ -129,21 +129,22 @@ require (
129129 github.com/spaolacci/murmur3 v1.1.0 // indirect
130130 github.com/stretchr/objx v0.4.0 // indirect
131131 github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
132- github.com/urfave/cli/v2 v2.8.1 // indirect
132+ github.com/twmb/murmur3 v1.1.6 // indirect
133+ github.com/urfave/cli/v2 v2.16.3 // indirect
133134 github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
134135 github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
135- go.opentelemetry.io/otel v1.7 .0 // indirect
136- go.opentelemetry.io/otel/sdk v1.2 .0 // indirect
137- go.opentelemetry.io/otel/trace v1.7 .0 // indirect
138- go.uber.org/atomic v1.9 .0 // indirect
136+ go.opentelemetry.io/otel v1.10 .0 // indirect
137+ go.opentelemetry.io/otel/sdk v1.10 .0 // indirect
138+ go.opentelemetry.io/otel/trace v1.10 .0 // indirect
139+ go.uber.org/atomic v1.10 .0 // indirect
139140 go.uber.org/multierr v1.8.0 // indirect
140- go.uber.org/zap v1.21 .0 // indirect
141- golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
141+ go.uber.org/zap v1.23 .0 // indirect
142+ golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
142143 golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
143- golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
144- golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
145- golang.org/x/tools v0.1.11 // indirect
146- google.golang.org/protobuf v1.28.0 // indirect
144+ golang.org/x/sync v0.0.0-20220907140024-f12130a52804 // indirect
145+ golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
146+ golang.org/x/tools v0.1.12 // indirect
147+ google.golang.org/protobuf v1.28.1 // indirect
147148 gopkg.in/yaml.v3 v3.0.1 // indirect
148149 lukechampine.com/blake3 v1.1.7 // indirect
149150)
0 commit comments