@@ -6,7 +6,7 @@ require (
6
6
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.1
7
7
github.com/CortexFoundation/inference v1.0.2-0.20230307032835-9197d586a4e8
8
8
github.com/CortexFoundation/statik v0.0.0-20210315012922-8bb8a7b5dc66
9
- github.com/CortexFoundation/torrentfs v1.0.69-0.20250426172722-0e7ce3e83e62
9
+ github.com/CortexFoundation/torrentfs v1.0.69-0.20250506101620-39689adc3b78
10
10
github.com/VictoriaMetrics/fastcache v1.12.2
11
11
github.com/arsham/figurine v1.3.0
12
12
github.com/aws/aws-sdk-go-v2 v1.36.3
@@ -25,7 +25,7 @@ require (
25
25
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0
26
26
github.com/dop251/goja v0.0.0-20250309171923-bcd7cc6bf64c
27
27
github.com/ethereum/c-kzg-4844 v1.0.3
28
- github.com/ethereum/go-ethereum v1.15.10
28
+ github.com/ethereum/go-ethereum v1.15.11
29
29
github.com/ethereum/go-verkle v0.2.2
30
30
github.com/ferranbt/fastssz v0.1.4
31
31
github.com/fjl/gencodec v0.1.0
@@ -63,13 +63,13 @@ require (
63
63
github.com/ucwong/color v1.10.1-0.20200624105241-fba1e010fe1e
64
64
github.com/urfave/cli/v2 v2.27.6
65
65
go.uber.org/automaxprocs v1.6.0
66
- golang.org/x/crypto v0.37 .0
66
+ golang.org/x/crypto v0.38 .0
67
67
golang.org/x/mobile v0.0.0-20201217150744-e6ae53a27f4f
68
- golang.org/x/sync v0.13 .0
69
- golang.org/x/sys v0.32 .0
70
- golang.org/x/text v0.24 .0
68
+ golang.org/x/sync v0.14 .0
69
+ golang.org/x/sys v0.33 .0
70
+ golang.org/x/text v0.25 .0
71
71
golang.org/x/time v0.11.0
72
- golang.org/x/tools v0.32 .0
72
+ golang.org/x/tools v0.33 .0
73
73
google.golang.org/protobuf v1.36.6
74
74
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
75
75
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
@@ -100,8 +100,8 @@ require (
100
100
github.com/anacrolix/mmsg v1.1.1 // indirect
101
101
github.com/anacrolix/multiless v0.4.0 // indirect
102
102
github.com/anacrolix/stm v0.5.0 // indirect
103
- github.com/anacrolix/sync v0.5.3 // indirect
104
- github.com/anacrolix/torrent v1.58.2-0.20250425050513-ddc29fedcde0 // indirect
103
+ github.com/anacrolix/sync v0.5.4 // indirect
104
+ github.com/anacrolix/torrent v1.58.2-0.20250506021736-1e3f1bf041ca // indirect
105
105
github.com/anacrolix/upnp v0.1.4 // indirect
106
106
github.com/anacrolix/utp v0.2.0 // indirect
107
107
github.com/antlabs/stl v0.0.2 // indirect
@@ -132,7 +132,7 @@ require (
132
132
github.com/charmbracelet/x/ansi v0.9.2 // indirect
133
133
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
134
134
github.com/charmbracelet/x/term v0.2.1 // indirect
135
- github.com/cockroachdb/errors v1.11.3 // indirect
135
+ github.com/cockroachdb/errors v1.12.0 // indirect
136
136
github.com/cockroachdb/fifo v0.0.0-20240816210425-c5d0cb0b6fc0 // indirect
137
137
github.com/cockroachdb/logtags v0.0.0-20241215232642-bb51bb14a506 // indirect
138
138
github.com/cockroachdb/redact v1.1.6 // indirect
@@ -163,7 +163,7 @@ require (
163
163
github.com/google/btree v1.1.3 // indirect
164
164
github.com/google/flatbuffers v25.2.10+incompatible // indirect
165
165
github.com/google/go-querystring v1.1.0 // indirect
166
- github.com/google/pprof v0.0.0-20250423184734-337e5dd93bb4 // indirect
166
+ github.com/google/pprof v0.0.0-20250501235452-c0086092b71a // indirect
167
167
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
168
168
github.com/huandu/xstrings v1.5.0 // indirect
169
169
github.com/influxdata/line-protocol v0.0.0-20210922203350-b1ad95c89adf // indirect
@@ -244,14 +244,14 @@ require (
244
244
go.opentelemetry.io/otel v1.35.0 // indirect
245
245
go.opentelemetry.io/otel/metric v1.35.0 // indirect
246
246
go.opentelemetry.io/otel/trace v1.35.0 // indirect
247
- golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
247
+ golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
248
248
golang.org/x/mod v0.24.0 // indirect
249
- golang.org/x/net v0.39 .0 // indirect
250
- golang.org/x/term v0.31 .0 // indirect
249
+ golang.org/x/net v0.40 .0 // indirect
250
+ golang.org/x/term v0.32 .0 // indirect
251
251
gopkg.in/yaml.v2 v2.4.0 // indirect
252
252
gopkg.in/yaml.v3 v3.0.1 // indirect
253
- lukechampine.com/blake3 v1.4.0 // indirect
254
- modernc.org/libc v1.65.0 // indirect
253
+ lukechampine.com/blake3 v1.4.1 // indirect
254
+ modernc.org/libc v1.65.3 // indirect
255
255
modernc.org/mathutil v1.7.1 // indirect
256
256
modernc.org/memory v1.10.0 // indirect
257
257
modernc.org/sqlite v1.37.0 // indirect
0 commit comments