Skip to content

Commit bd84752

Browse files
authored
Merge pull request #2648 from CortexFoundation/dev
deps
2 parents 762af2b + ba946c2 commit bd84752

191 files changed

Lines changed: 14105 additions & 87984 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ require (
66
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.4
77
github.com/CortexFoundation/inference v1.0.2-0.20230307032835-9197d586a4e8
88
github.com/CortexFoundation/statik v0.0.0-20210315012922-8bb8a7b5dc66
9-
github.com/CortexFoundation/torrentfs v1.0.73-0.20260203103332-c07ea39adf32
9+
github.com/CortexFoundation/torrentfs v1.0.73-0.20260210142519-9bcab0676e21
1010
github.com/Microsoft/go-winio v0.6.2
11-
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20260201044653-ee82dce4af02
11+
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20260208002143-2551aa251e34
1212
github.com/VictoriaMetrics/fastcache v1.13.2
1313
github.com/arsham/figurine v1.3.0
1414
github.com/aws/aws-sdk-go-v2 v1.41.1
@@ -20,7 +20,7 @@ require (
2020
github.com/cloudflare/cloudflare-go v0.116.0
2121
github.com/cockroachdb/pebble v1.1.5
2222
github.com/consensys/gnark-crypto v0.19.2
23-
github.com/crate-crypto/go-eth-kzg v1.4.0
23+
github.com/crate-crypto/go-eth-kzg v1.5.0
2424
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
2525
github.com/dchest/siphash v1.2.3
2626
github.com/deckarep/golang-set/v2 v2.8.0
@@ -64,13 +64,13 @@ require (
6464
github.com/ucwong/color v1.10.1-0.20200624105241-fba1e010fe1e
6565
github.com/urfave/cli/v2 v2.27.7
6666
go.uber.org/automaxprocs v1.6.0
67-
golang.org/x/crypto v0.47.0
67+
golang.org/x/crypto v0.48.0
6868
golang.org/x/mobile v0.0.0-20201217150744-e6ae53a27f4f
6969
golang.org/x/sync v0.19.0
70-
golang.org/x/sys v0.40.0
71-
golang.org/x/text v0.33.0
70+
golang.org/x/sys v0.41.0
71+
golang.org/x/text v0.34.0
7272
golang.org/x/time v0.14.0
73-
golang.org/x/tools v0.41.0
73+
golang.org/x/tools v0.42.0
7474
google.golang.org/protobuf v1.36.11
7575
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
7676
gopkg.in/urfave/cli.v1 v1.20.0
@@ -101,7 +101,7 @@ require (
101101
github.com/anacrolix/multiless v0.4.0 // indirect
102102
github.com/anacrolix/stm v0.5.0 // indirect
103103
github.com/anacrolix/sync v0.6.0 // indirect
104-
github.com/anacrolix/torrent v1.61.1-0.20260123101218-13522ce1de95 // indirect
104+
github.com/anacrolix/torrent v1.61.1-0.20260205044246-b4fcea2871e5 // indirect
105105
github.com/anacrolix/upnp v0.1.4 // indirect
106106
github.com/anacrolix/utp v0.2.0 // indirect
107107
github.com/antlabs/stl v0.0.2 // indirect
@@ -130,12 +130,11 @@ require (
130130
github.com/cespare/xxhash/v2 v2.3.0 // indirect
131131
github.com/charmbracelet/colorprofile v0.4.1 // indirect
132132
github.com/charmbracelet/lipgloss v1.1.0 // indirect
133-
github.com/charmbracelet/x/ansi v0.11.5 // indirect
133+
github.com/charmbracelet/x/ansi v0.11.6 // indirect
134134
github.com/charmbracelet/x/cellbuf v0.0.15 // indirect
135135
github.com/charmbracelet/x/term v0.2.2 // indirect
136-
github.com/clipperhouse/displaywidth v0.9.0 // indirect
137-
github.com/clipperhouse/stringish v0.1.1 // indirect
138-
github.com/clipperhouse/uax29/v2 v2.5.0 // indirect
136+
github.com/clipperhouse/displaywidth v0.10.0 // indirect
137+
github.com/clipperhouse/uax29/v2 v2.6.0 // indirect
139138
github.com/cockroachdb/errors v1.12.0 // indirect
140139
github.com/cockroachdb/fifo v0.0.0-20240816210425-c5d0cb0b6fc0 // indirect
141140
github.com/cockroachdb/logtags v0.0.0-20241215232642-bb51bb14a506 // indirect
@@ -144,13 +143,13 @@ require (
144143
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
145144
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
146145
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
147-
github.com/dgraph-io/badger/v4 v4.9.0 // indirect
146+
github.com/dgraph-io/badger/v4 v4.9.1 // indirect
148147
github.com/dgraph-io/ristretto/v2 v2.4.0 // indirect
149148
github.com/dlclark/regexp2 v1.11.5 // indirect
150149
github.com/dustin/go-humanize v1.0.1 // indirect
151150
github.com/edsrzf/mmap-go v1.2.0 // indirect
152151
github.com/elliotchance/orderedmap v1.8.0 // indirect
153-
github.com/emicklei/dot v1.10.0 // indirect
152+
github.com/emicklei/dot v1.11.0 // indirect
154153
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
155154
github.com/felixge/fgprof v0.9.5 // indirect
156155
github.com/garslo/gogen v0.0.0-20170306192744-1d203ffc1f61 // indirect
@@ -173,7 +172,7 @@ require (
173172
github.com/huandu/xstrings v1.5.0 // indirect
174173
github.com/influxdata/line-protocol v0.0.0-20210922203350-b1ad95c89adf // indirect
175174
github.com/jedib0t/go-pretty/v6 v6.7.8 // indirect
176-
github.com/klauspost/compress v1.18.3 // indirect
175+
github.com/klauspost/compress v1.18.4 // indirect
177176
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
178177
github.com/kr/pretty v0.3.1 // indirect
179178
github.com/kr/text v0.2.0 // indirect
@@ -198,7 +197,7 @@ require (
198197
github.com/pion/dtls/v2 v2.2.12 // indirect
199198
github.com/pion/dtls/v3 v3.0.10 // indirect
200199
github.com/pion/ice/v4 v4.2.0 // indirect
201-
github.com/pion/interceptor v0.1.43 // indirect
200+
github.com/pion/interceptor v0.1.44 // indirect
202201
github.com/pion/logging v0.2.4 // indirect
203202
github.com/pion/mdns/v2 v2.1.0 // indirect
204203
github.com/pion/randutil v0.1.0 // indirect
@@ -235,7 +234,7 @@ require (
235234
github.com/tklauser/numcpus v0.11.0 // indirect
236235
github.com/ucwong/filecache v1.0.7 // indirect
237236
github.com/ucwong/go-ttlmap v1.0.2-0.20221020173635-331e7ddde2bb // indirect
238-
github.com/ucwong/golang-kv v1.0.24-0.20260125010257-7688fbd338b5 // indirect
237+
github.com/ucwong/golang-kv v1.0.24-0.20260209141533-0055cfac1082 // indirect
239238
github.com/ucwong/shard v1.0.1-0.20250814204722-892131bad5ef // indirect
240239
github.com/wlynxg/anet v0.0.5 // indirect
241240
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
@@ -249,16 +248,16 @@ require (
249248
go.opentelemetry.io/otel/metric v1.40.0 // indirect
250249
go.opentelemetry.io/otel/trace v1.40.0 // indirect
251250
go.yaml.in/yaml/v2 v2.4.3 // indirect
252-
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
253-
golang.org/x/mod v0.32.0 // indirect
254-
golang.org/x/net v0.49.0 // indirect
255-
golang.org/x/term v0.39.0 // indirect
251+
golang.org/x/exp v0.0.0-20260209203927-2842357ff358 // indirect
252+
golang.org/x/mod v0.33.0 // indirect
253+
golang.org/x/net v0.50.0 // indirect
254+
golang.org/x/term v0.40.0 // indirect
256255
gopkg.in/yaml.v2 v2.4.0 // indirect
257256
gopkg.in/yaml.v3 v3.0.1 // indirect
258257
lukechampine.com/blake3 v1.4.1 // indirect
259258
modernc.org/libc v1.67.7 // indirect
260259
modernc.org/mathutil v1.7.1 // indirect
261260
modernc.org/memory v1.11.0 // indirect
262-
modernc.org/sqlite v1.44.3 // indirect
261+
modernc.org/sqlite v1.45.0 // indirect
263262
zombiezen.com/go/sqlite v1.4.2 // indirect
264263
)

0 commit comments

Comments
 (0)