@@ -3,27 +3,27 @@ module github.com/CortexFoundation/CortexTheseus
3
3
go 1.22
4
4
5
5
require (
6
- github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.2
6
+ github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.4.0
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.67-0.20240716091553-900c48134ed3
9
+ github.com/CortexFoundation/torrentfs v1.0.67-0.20240720095228-14bdae9272e0
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.30.3
13
- github.com/aws/aws-sdk-go-v2/config v1.27.26
14
- github.com/aws/aws-sdk-go-v2/credentials v1.17.26
13
+ github.com/aws/aws-sdk-go-v2/config v1.27.27
14
+ github.com/aws/aws-sdk-go-v2/credentials v1.17.27
15
15
github.com/aws/aws-sdk-go-v2/service/route53 v1.42.3
16
16
github.com/btcsuite/btcd/btcec/v2 v2.3.4
17
17
github.com/cespare/cp v1.1.1
18
18
github.com/charmbracelet/bubbletea v0.26.6
19
- github.com/cloudflare/cloudflare-go v0.99 .0
19
+ github.com/cloudflare/cloudflare-go v0.100 .0
20
20
github.com/cockroachdb/pebble v1.1.1
21
- github.com/consensys/gnark-crypto v0.12.1
22
- github.com/crate-crypto/go-kzg-4844 v1.0 .0
21
+ github.com/consensys/gnark-crypto v0.13.0
22
+ github.com/crate-crypto/go-kzg-4844 v1.1 .0
23
23
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
24
24
github.com/deckarep/golang-set/v2 v2.6.0
25
25
github.com/dop251/goja v0.0.0-20240707163329-b1681fb2a2f5
26
- github.com/ethereum/c-kzg-4844 v1.0.2
26
+ github.com/ethereum/c-kzg-4844 v1.0.3
27
27
github.com/ethereum/go-verkle v0.1.1-0.20240306133620-7d920df305f0
28
28
github.com/fjl/gencodec v0.0.0-20230517082657-f9840df7b83e
29
29
github.com/fjl/memsize v0.0.2
@@ -62,7 +62,7 @@ require (
62
62
github.com/urfave/cli/v2 v2.27.2
63
63
go.uber.org/automaxprocs v1.5.3
64
64
golang.org/x/crypto v0.25.0
65
- golang.org/x/exp v0.0.0-20240707233637-46b078467d37
65
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
66
66
golang.org/x/mobile v0.0.0-20201217150744-e6ae53a27f4f
67
67
golang.org/x/sync v0.7.0
68
68
golang.org/x/sys v0.22.0
@@ -76,12 +76,12 @@ require (
76
76
)
77
77
78
78
require (
79
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12 .0 // indirect
80
- github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.1 // indirect
79
+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.13 .0 // indirect
80
+ github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
81
81
github.com/CortexFoundation/compress v0.0.0-20240218153512-9074bdc2397c // indirect
82
82
github.com/CortexFoundation/cvm-runtime v0.0.0-20221117094012-b5a251885572 // indirect
83
83
github.com/CortexFoundation/merkletree v0.0.0-20240407093305-416581a62b5b // indirect
84
- github.com/CortexFoundation/robot v1.0.7-0.20240227124625-67fbc38a2059 // indirect
84
+ github.com/CortexFoundation/robot v1.0.7-0.20240719132903-d52425bb9e09 // indirect
85
85
github.com/CortexFoundation/wormhole v0.0.2-0.20240624201423-33e289eb7662 // indirect
86
86
github.com/DataDog/zstd v1.5.6-0.20230622172052-ea68dcab66c0 // indirect
87
87
github.com/RoaringBitmap/roaring v1.9.4 // indirect
@@ -113,7 +113,7 @@ require (
113
113
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
114
114
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 // indirect
115
115
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 // indirect
116
- github.com/aws/aws-sdk-go-v2/service/sso v1.22.3 // indirect
116
+ github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 // indirect
117
117
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 // indirect
118
118
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 // indirect
119
119
github.com/aws/smithy-go v1.20.3 // indirect
@@ -127,7 +127,7 @@ require (
127
127
github.com/cespare/xxhash v1.1.0 // indirect
128
128
github.com/cespare/xxhash/v2 v2.3.0 // indirect
129
129
github.com/charmbracelet/x/ansi v0.1.4 // indirect
130
- github.com/charmbracelet/x/input v0.1.2 // indirect
130
+ github.com/charmbracelet/x/input v0.1.3 // indirect
131
131
github.com/charmbracelet/x/term v0.1.1 // indirect
132
132
github.com/charmbracelet/x/windows v0.1.2 // indirect
133
133
github.com/cockroachdb/errors v1.11.3 // indirect
@@ -204,11 +204,11 @@ require (
204
204
github.com/pion/rtp v1.8.7 // indirect
205
205
github.com/pion/sctp v1.8.19 // indirect
206
206
github.com/pion/sdp/v3 v3.0.9 // indirect
207
- github.com/pion/srtp/v2 v2.0.19 // indirect
207
+ github.com/pion/srtp/v2 v2.0.20 // indirect
208
208
github.com/pion/stun v0.6.1 // indirect
209
209
github.com/pion/transport/v2 v2.2.5 // indirect
210
210
github.com/pion/turn/v2 v2.1.6 // indirect
211
- github.com/pion/webrtc/v3 v3.2.46 // indirect
211
+ github.com/pion/webrtc/v3 v3.2.47 // indirect
212
212
github.com/pkg/errors v0.9.1 // indirect
213
213
github.com/pmezard/go-difflib v1.0.0 // indirect
214
214
github.com/prometheus/client_golang v1.19.1 // indirect
@@ -248,7 +248,7 @@ require (
248
248
golang.org/x/term v0.22.0 // indirect
249
249
gopkg.in/yaml.v3 v3.0.1 // indirect
250
250
lukechampine.com/blake3 v1.3.0 // indirect
251
- modernc.org/libc v1.55.2 // indirect
251
+ modernc.org/libc v1.55.3 // indirect
252
252
modernc.org/mathutil v1.6.0 // indirect
253
253
modernc.org/memory v1.8.0 // indirect
254
254
modernc.org/sqlite v1.30.2 // indirect
0 commit comments