@@ -19,8 +19,8 @@ require (
19
19
github.com/filecoin-project/go-address v1.1.0
20
20
github.com/filecoin-project/go-bitfield v0.2.4
21
21
github.com/filecoin-project/go-cbor-util v0.0.1
22
- github.com/filecoin-project/go-commp-utils v0.1.3
23
- github.com/filecoin-project/go-commp-utils/nonffi v0.0.0-20220905160352-62059082a837
22
+ github.com/filecoin-project/go-commp-utils v0.1.4
23
+ github.com/filecoin-project/go-commp-utils/nonffi v0.0.0-20240802040721-2a04ffc8ffe8
24
24
github.com/filecoin-project/go-fil-commcid v0.1.0
25
25
github.com/filecoin-project/go-jsonrpc v0.6.1-0.20240820160949-2cfe810e5d2f
26
26
github.com/filecoin-project/go-padreader v0.0.1
@@ -66,18 +66,18 @@ require (
66
66
github.com/snadrus/must v0.0.0-20240605044437-98cedd57f8eb
67
67
github.com/stretchr/testify v1.9.0
68
68
github.com/urfave/cli/v2 v2.25.5
69
- github.com/whyrusleeping/cbor-gen v0.1.1
69
+ github.com/whyrusleeping/cbor-gen v0.1.2
70
70
github.com/yugabyte/pgx/v5 v5.5.3-yb-2
71
71
go.opencensus.io v0.24.0
72
72
go.uber.org/multierr v1.11.0
73
73
go.uber.org/zap v1.27.0
74
74
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
75
75
golang.org/x/net v0.26.0
76
76
golang.org/x/sync v0.7.0
77
- golang.org/x/sys v0.21 .0
77
+ golang.org/x/sys v0.23 .0
78
78
golang.org/x/text v0.16.0
79
79
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
80
- golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
80
+ golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9
81
81
)
82
82
83
83
require (
@@ -124,11 +124,11 @@ require (
124
124
github.com/filecoin-project/go-amt-ipld/v3 v3.1.0 // indirect
125
125
github.com/filecoin-project/go-amt-ipld/v4 v4.3.0 // indirect
126
126
github.com/filecoin-project/go-clock v0.1.0 // indirect
127
- github.com/filecoin-project/go-crypto v0.0.1 // indirect
128
- github.com/filecoin-project/go-f3 v0.0.7 // indirect
127
+ github.com/filecoin-project/go-crypto v0.1.0 // indirect
128
+ github.com/filecoin-project/go-f3 v0.2.0 // indirect
129
129
github.com/filecoin-project/go-hamt-ipld v0.1.5 // indirect
130
130
github.com/filecoin-project/go-hamt-ipld/v2 v2.0.0 // indirect
131
- github.com/filecoin-project/go-hamt-ipld/v3 v3.1 .0 // indirect
131
+ github.com/filecoin-project/go-hamt-ipld/v3 v3.4 .0 // indirect
132
132
github.com/filecoin-project/go-paramfetch v0.0.4 // indirect
133
133
github.com/filecoin-project/go-statemachine v1.0.3 // indirect
134
134
github.com/filecoin-project/go-storedcounter v0.1.0 // indirect
@@ -190,7 +190,6 @@ require (
190
190
github.com/ipld/go-codec-dagpb v1.6.0 // indirect
191
191
github.com/ipld/go-ipld-prime v0.21.0 // indirect
192
192
github.com/ipni/go-libipni v0.0.8 // indirect
193
- github.com/ipsn/go-secp256k1 v0.0.0-20180726113642-9d62b9f0bc52 // indirect
194
193
github.com/jackc/pgpassfile v1.0.0 // indirect
195
194
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
196
195
github.com/jackc/puddle/v2 v2.2.1 // indirect
@@ -201,9 +200,9 @@ require (
201
200
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
202
201
github.com/josharian/intern v1.0.0 // indirect
203
202
github.com/jpillora/backoff v1.0.0 // indirect
204
- github.com/kilic/bls12-381 v0.1.0 // indirect
205
- github.com/klauspost/compress v1.17.8 // indirect
206
- github.com/klauspost/cpuid/v2 v2.2.7 // indirect
203
+ github.com/kilic/bls12-381 v0.1.1-0.20220929213557-ca162e8a70f4 // indirect
204
+ github.com/klauspost/compress v1.17.9 // indirect
205
+ github.com/klauspost/cpuid/v2 v2.2.8 // indirect
207
206
github.com/koron/go-ssdp v0.0.4 // indirect
208
207
github.com/libp2p/go-cidranger v1.1.0 // indirect
209
208
github.com/libp2p/go-flow-metrics v0.1.0 // indirect
@@ -295,6 +294,8 @@ require (
295
294
github.com/zondax/ledger-filecoin-go v0.11.1 // indirect
296
295
github.com/zondax/ledger-go v0.14.3 // indirect
297
296
github.com/zyedidia/generic v1.2.1 // indirect
297
+ gitlab.com/yawning/secp256k1-voi v0.0.0-20230925100816-f2616030848b // indirect
298
+ gitlab.com/yawning/tuplehash v0.0.0-20230713102510-df83abbf9a02 // indirect
298
299
go.opentelemetry.io/otel v1.28.0 // indirect
299
300
go.opentelemetry.io/otel/bridge/opencensus v1.28.0 // indirect
300
301
go.opentelemetry.io/otel/exporters/jaeger v1.14.0 // indirect
@@ -308,9 +309,9 @@ require (
308
309
go.uber.org/fx v1.22.1 // indirect
309
310
go.uber.org/mock v0.4.0 // indirect
310
311
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
311
- golang.org/x/crypto v0.24 .0 // indirect
312
+ golang.org/x/crypto v0.25 .0 // indirect
312
313
golang.org/x/mod v0.17.0 // indirect
313
- golang.org/x/term v0.21 .0 // indirect
314
+ golang.org/x/term v0.22 .0 // indirect
314
315
golang.org/x/time v0.5.0 // indirect
315
316
gonum.org/v1/gonum v0.15.0 // indirect
316
317
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
0 commit comments