1
1
module github.com/filecoin-project/lotus
2
2
3
- go 1.22
3
+ go 1.22.7
4
4
5
5
retract v1.14.0 // Accidentally force-pushed tag, use v1.14.1+ instead.
6
6
@@ -34,7 +34,7 @@ require (
34
34
github.com/dustin/go-humanize v1.0.1
35
35
github.com/elastic/go-elasticsearch/v7 v7.14.0
36
36
github.com/elastic/go-sysinfo v1.7.0
37
- github.com/elastic/gosigar v0.14.2
37
+ github.com/elastic/gosigar v0.14.3
38
38
github.com/etclabscore/go-openrpc-reflect v0.0.36
39
39
github.com/fatih/color v1.15.0
40
40
github.com/filecoin-project/filecoin-ffi v1.30.0
@@ -103,10 +103,10 @@ require (
103
103
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
104
104
github.com/jpillora/backoff v1.0.0
105
105
github.com/kelseyhightower/envconfig v1.4.0
106
- github.com/klauspost/compress v1.17.9
106
+ github.com/klauspost/compress v1.17.11
107
107
github.com/koalacxr/quantile v0.0.1
108
108
github.com/libp2p/go-buffer-pool v0.1.0
109
- github.com/libp2p/go-libp2p v0.35.5
109
+ github.com/libp2p/go-libp2p v0.37.2
110
110
github.com/libp2p/go-libp2p-kad-dht v0.25.2
111
111
github.com/libp2p/go-libp2p-pubsub v0.11.0
112
112
github.com/libp2p/go-libp2p-record v0.2.0
@@ -119,13 +119,13 @@ require (
119
119
github.com/mitchellh/go-homedir v1.1.0
120
120
github.com/multiformats/go-base32 v0.1.0
121
121
github.com/multiformats/go-multiaddr v0.13.0
122
- github.com/multiformats/go-multiaddr-dns v0.4.0
122
+ github.com/multiformats/go-multiaddr-dns v0.4.1
123
123
github.com/multiformats/go-multicodec v0.9.0
124
124
github.com/multiformats/go-multihash v0.2.3
125
125
github.com/multiformats/go-varint v0.0.7
126
126
github.com/open-rpc/meta-schema v0.0.0-20201029221707-1b72ef2ea333
127
127
github.com/polydawn/refmt v0.89.0
128
- github.com/prometheus/client_golang v1.19.1
128
+ github.com/prometheus/client_golang v1.20.5
129
129
github.com/puzpuzpuz/xsync/v2 v2.4.0
130
130
github.com/raulk/clock v1.1.0
131
131
github.com/raulk/go-watchdog v1.3.0
@@ -151,17 +151,17 @@ require (
151
151
go.opentelemetry.io/otel/metric v1.28.0
152
152
go.opentelemetry.io/otel/sdk v1.28.0
153
153
go.opentelemetry.io/otel/sdk/metric v1.28.0
154
- go.uber.org/fx v1.22.1
154
+ go.uber.org/fx v1.23.0
155
155
go.uber.org/multierr v1.11.0
156
156
go.uber.org/zap v1.27.0
157
- golang.org/x/crypto v0.28 .0
158
- golang.org/x/mod v0.20 .0
159
- golang.org/x/net v0.29 .0
160
- golang.org/x/sync v0.8 .0
161
- golang.org/x/sys v0.26 .0
162
- golang.org/x/term v0.25 .0
157
+ golang.org/x/crypto v0.29 .0
158
+ golang.org/x/mod v0.21 .0
159
+ golang.org/x/net v0.30 .0
160
+ golang.org/x/sync v0.9 .0
161
+ golang.org/x/sys v0.27 .0
162
+ golang.org/x/term v0.26 .0
163
163
golang.org/x/time v0.5.0
164
- golang.org/x/tools v0.24 .0
164
+ golang.org/x/tools v0.26 .0
165
165
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
166
166
gotest.tools v2.2.0+incompatible
167
167
)
@@ -219,7 +219,7 @@ require (
219
219
github.com/golang/protobuf v1.5.4 // indirect
220
220
github.com/golang/snappy v0.0.4 // indirect
221
221
github.com/google/gopacket v1.1.19 // indirect
222
- github.com/google/pprof v0.0.0-20240509144519-723abb6459b7 // indirect
222
+ github.com/google/pprof v0.0.0-20241017200806-017d972448fc // indirect
223
223
github.com/hashicorp/errwrap v1.1.0 // indirect
224
224
github.com/hashicorp/golang-lru v1.0.2 // indirect
225
225
github.com/huin/goupnp v1.3.0 // indirect
@@ -251,7 +251,7 @@ require (
251
251
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
252
252
github.com/koron/go-ssdp v0.0.4 // indirect
253
253
github.com/libp2p/go-cidranger v1.1.0 // indirect
254
- github.com/libp2p/go-flow-metrics v0.1 .0 // indirect
254
+ github.com/libp2p/go-flow-metrics v0.2 .0 // indirect
255
255
github.com/libp2p/go-libp2p-asn-util v0.4.1 // indirect
256
256
github.com/libp2p/go-libp2p-kbucket v0.6.3 // indirect
257
257
github.com/libp2p/go-nat v0.2.0 // indirect
@@ -264,7 +264,7 @@ require (
264
264
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
265
265
github.com/mattn/go-colorable v0.1.13 // indirect
266
266
github.com/mattn/go-runewidth v0.0.15 // indirect
267
- github.com/miekg/dns v1.1.59 // indirect
267
+ github.com/miekg/dns v1.1.62 // indirect
268
268
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
269
269
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
270
270
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
@@ -274,40 +274,40 @@ require (
274
274
github.com/multiformats/go-base36 v0.2.0 // indirect
275
275
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
276
276
github.com/multiformats/go-multibase v0.2.0 // indirect
277
- github.com/multiformats/go-multistream v0.5 .0 // indirect
277
+ github.com/multiformats/go-multistream v0.6 .0 // indirect
278
278
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
279
279
github.com/nikkolasg/hexjson v0.1.0 // indirect
280
280
github.com/nkovacs/streamquote v1.0.0 // indirect
281
- github.com/onsi/ginkgo/v2 v2.17.3 // indirect
281
+ github.com/onsi/ginkgo/v2 v2.20.2 // indirect
282
282
github.com/opencontainers/runtime-spec v1.2.0 // indirect
283
283
github.com/opentracing/opentracing-go v1.2.0 // indirect
284
284
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
285
285
github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9 // indirect
286
- github.com/pion/datachannel v1.5.6 // indirect
287
- github.com/pion/dtls/v2 v2.2.11 // indirect
288
- github.com/pion/ice/v2 v2.3.25 // indirect
289
- github.com/pion/interceptor v0.1.29 // indirect
286
+ github.com/pion/datachannel v1.5.9 // indirect
287
+ github.com/pion/dtls/v2 v2.2.12 // indirect
288
+ github.com/pion/ice/v2 v2.3.36 // indirect
289
+ github.com/pion/interceptor v0.1.37 // indirect
290
290
github.com/pion/logging v0.2.2 // indirect
291
291
github.com/pion/mdns v0.0.12 // indirect
292
292
github.com/pion/randutil v0.1.0 // indirect
293
293
github.com/pion/rtcp v1.2.14 // indirect
294
- github.com/pion/rtp v1.8.6 // indirect
295
- github.com/pion/sctp v1.8.16 // indirect
294
+ github.com/pion/rtp v1.8.9 // indirect
295
+ github.com/pion/sctp v1.8.33 // indirect
296
296
github.com/pion/sdp/v3 v3.0.9 // indirect
297
- github.com/pion/srtp/v2 v2.0.18 // indirect
297
+ github.com/pion/srtp/v2 v2.0.20 // indirect
298
298
github.com/pion/stun v0.6.1 // indirect
299
- github.com/pion/transport/v2 v2.2.5 // indirect
299
+ github.com/pion/transport/v2 v2.2.10 // indirect
300
300
github.com/pion/turn/v2 v2.1.6 // indirect
301
- github.com/pion/webrtc/v3 v3.2.40 // indirect
301
+ github.com/pion/webrtc/v3 v3.3.4 // indirect
302
302
github.com/pkg/errors v0.9.1 // indirect
303
303
github.com/pmezard/go-difflib v1.0.0 // indirect
304
304
github.com/prometheus/client_model v0.6.1 // indirect
305
- github.com/prometheus/common v0.55 .0 // indirect
305
+ github.com/prometheus/common v0.60 .0 // indirect
306
306
github.com/prometheus/procfs v0.15.1 // indirect
307
307
github.com/prometheus/statsd_exporter v0.22.7 // indirect
308
- github.com/quic-go/qpack v0.4.0 // indirect
309
- github.com/quic-go/quic-go v0.44.0 // indirect
310
- github.com/quic-go/webtransport-go v0.8.0 // indirect
308
+ github.com/quic-go/qpack v0.5.1 // indirect
309
+ github.com/quic-go/quic-go v0.48.2 // indirect
310
+ github.com/quic-go/webtransport-go v0.8.1-0.20241018022711-4ac2c9250e66 // indirect
311
311
github.com/rivo/uniseg v0.4.7 // indirect
312
312
github.com/russross/blackfriday/v2 v2.1.0 // indirect
313
313
github.com/shirou/gopsutil v2.18.12+incompatible // indirect
@@ -318,6 +318,7 @@ require (
318
318
github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11 // indirect
319
319
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 // indirect
320
320
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
321
+ github.com/wlynxg/anet v0.0.5 // indirect
321
322
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
322
323
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
323
324
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
@@ -328,15 +329,15 @@ require (
328
329
go.dedis.ch/kyber/v4 v4.0.0-pre2.0.20240924132404-4de33740016e // indirect
329
330
go.opentelemetry.io/otel/trace v1.28.0 // indirect
330
331
go.uber.org/atomic v1.11.0 // indirect
331
- go.uber.org/dig v1.17.1 // indirect
332
- go.uber.org/mock v0.4 .0 // indirect
332
+ go.uber.org/dig v1.18.0 // indirect
333
+ go.uber.org/mock v0.5 .0 // indirect
333
334
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
334
- golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // indirect
335
- golang.org/x/text v0.19 .0 // indirect
335
+ golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
336
+ golang.org/x/text v0.20 .0 // indirect
336
337
gonum.org/v1/gonum v0.15.0 // indirect
337
338
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
338
339
google.golang.org/grpc v1.64.0 // indirect
339
- google.golang.org/protobuf v1.34.2 // indirect
340
+ google.golang.org/protobuf v1.35.1 // indirect
340
341
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
341
342
gopkg.in/yaml.v2 v2.4.0 // indirect
342
343
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments