@@ -17,7 +17,7 @@ require (
17
17
github.com/celestiaorg/rsmt2d v0.14.0
18
18
github.com/cosmos/cosmos-sdk v0.46.16
19
19
github.com/cristalhq/jwt/v5 v5.4.0
20
- github.com/dgraph-io/badger/v4 v4.5.1
20
+ github.com/dgraph-io/badger/v4 v4.6.0
21
21
github.com/etclabscore/go-openrpc-reflect v0.0.37
22
22
github.com/filecoin-project/go-jsonrpc v0.6.0
23
23
github.com/gammazero/workerpool v1.1.3
@@ -30,22 +30,22 @@ require (
30
30
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
31
31
github.com/hashicorp/golang-lru/v2 v2.0.7
32
32
github.com/imdario/mergo v0.3.16
33
- github.com/ipfs/boxo v0.24 .0
33
+ github.com/ipfs/boxo v0.29 .0
34
34
github.com/ipfs/go-block-format v0.2.0
35
35
github.com/ipfs/go-cid v0.5.0
36
- github.com/ipfs/go-datastore v0.6.0
37
- github.com/ipfs/go-ds-badger4 v0.1.5
36
+ github.com/ipfs/go-datastore v0.8.2
37
+ github.com/ipfs/go-ds-badger4 v0.1.8
38
38
github.com/ipfs/go-ipfs-delay v0.0.1
39
39
github.com/ipfs/go-ipld-format v0.6.0
40
40
github.com/ipfs/go-log/v2 v2.5.1
41
- github.com/ipfs/go-metrics-interface v0.0.1
42
- github.com/ipfs/go-metrics-prometheus v0.0.2
41
+ github.com/ipfs/go-metrics-interface v0.3.0
42
+ github.com/ipfs/go-metrics-prometheus v0.1.0
43
43
github.com/klauspost/reedsolomon v1.12.1
44
44
github.com/libp2p/go-libp2p v0.41.0
45
- github.com/libp2p/go-libp2p-kad-dht v0.27.0
45
+ github.com/libp2p/go-libp2p-kad-dht v0.30.2
46
46
github.com/libp2p/go-libp2p-pubsub v0.13.0
47
- github.com/libp2p/go-libp2p-record v0.2.0
48
- github.com/libp2p/go-libp2p-routing-helpers v0.7.4
47
+ github.com/libp2p/go-libp2p-record v0.3.1
48
+ github.com/libp2p/go-libp2p-routing-helpers v0.7.5
49
49
github.com/mitchellh/go-homedir v1.1.0
50
50
github.com/multiformats/go-base32 v0.1.0
51
51
github.com/multiformats/go-multiaddr v0.15.0
@@ -54,19 +54,19 @@ require (
54
54
github.com/open-rpc/meta-schema v0.0.0-20201029221707-1b72ef2ea333
55
55
github.com/prometheus/client_golang v1.21.0
56
56
github.com/rollkit/go-da v0.8.0
57
- github.com/spf13/cobra v1.8 .1
58
- github.com/spf13/pflag v1.0.5
57
+ github.com/spf13/cobra v1.9 .1
58
+ github.com/spf13/pflag v1.0.6
59
59
github.com/stretchr/testify v1.10.0
60
60
github.com/tendermint/tendermint v0.34.29
61
61
go.opentelemetry.io/contrib/instrumentation/runtime v0.45.0
62
- go.opentelemetry.io/otel v1.31 .0
62
+ go.opentelemetry.io/otel v1.34 .0
63
63
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.27.0
64
64
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0
65
65
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0
66
- go.opentelemetry.io/otel/metric v1.31 .0
67
- go.opentelemetry.io/otel/sdk v1.31 .0
66
+ go.opentelemetry.io/otel/metric v1.34 .0
67
+ go.opentelemetry.io/otel/sdk v1.34 .0
68
68
go.opentelemetry.io/otel/sdk/metric v1.27.0
69
- go.opentelemetry.io/otel/trace v1.31 .0
69
+ go.opentelemetry.io/otel/trace v1.34 .0
70
70
go.opentelemetry.io/proto/otlp v1.3.1
71
71
go.uber.org/fx v1.23.0
72
72
go.uber.org/zap v1.27.0
@@ -152,10 +152,12 @@ require (
152
152
github.com/ethereum/go-ethereum v1.14.11 // indirect
153
153
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
154
154
github.com/felixge/httpsnoop v1.0.4 // indirect
155
+ github.com/filecoin-project/go-clock v0.1.0 // indirect
155
156
github.com/flynn/noise v1.1.0 // indirect
156
157
github.com/francoispqt/gojay v1.2.13 // indirect
157
158
github.com/fsnotify/fsnotify v1.7.0 // indirect
158
- github.com/gammazero/deque v0.2.0 // indirect
159
+ github.com/gammazero/chanqueue v1.0.0 // indirect
160
+ github.com/gammazero/deque v1.0.0 // indirect
159
161
github.com/getsentry/sentry-go v0.31.1 // indirect
160
162
github.com/go-kit/kit v0.12.0 // indirect
161
163
github.com/go-kit/log v0.2.1 // indirect
@@ -175,7 +177,7 @@ require (
175
177
github.com/golang/protobuf v1.5.4 // indirect
176
178
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
177
179
github.com/google/btree v1.1.3 // indirect
178
- github.com/google/flatbuffers v25.1.24 +incompatible // indirect
180
+ github.com/google/flatbuffers v25.2.10 +incompatible // indirect
179
181
github.com/google/go-cmp v0.6.0 // indirect
180
182
github.com/google/gopacket v1.1.19 // indirect
181
183
github.com/google/orderedcode v0.0.1 // indirect
@@ -192,11 +194,9 @@ require (
192
194
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
193
195
github.com/gtank/merlin v0.1.1 // indirect
194
196
github.com/gtank/ristretto255 v0.1.2 // indirect
195
- github.com/hashicorp/errwrap v1.1.0 // indirect
196
197
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
197
198
github.com/hashicorp/go-getter v1.7.5 // indirect
198
199
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
199
- github.com/hashicorp/go-multierror v1.1.1 // indirect
200
200
github.com/hashicorp/go-safetemp v1.0.0 // indirect
201
201
github.com/hashicorp/go-version v1.6.0 // indirect
202
202
github.com/hashicorp/golang-lru v1.0.2 // indirect
@@ -209,16 +209,16 @@ require (
209
209
github.com/improbable-eng/grpc-web v0.15.0 // indirect
210
210
github.com/inconshreveable/mousetrap v1.1.0 // indirect
211
211
github.com/ipfs/bbloom v0.0.4 // indirect
212
+ github.com/ipfs/go-ds-badger v0.3.4 // indirect
212
213
github.com/ipfs/go-ipfs-pq v0.0.3 // indirect
213
214
github.com/ipfs/go-ipfs-util v0.0.3 // indirect
214
215
github.com/ipfs/go-ipld-legacy v0.2.1 // indirect
215
216
github.com/ipfs/go-log v1.0.5 // indirect
216
- github.com/ipfs/go-peertaskqueue v0.8.1 // indirect
217
+ github.com/ipfs/go-peertaskqueue v0.8.2 // indirect
217
218
github.com/ipld/go-codec-dagpb v1.6.0 // indirect
218
219
github.com/ipld/go-ipld-prime v0.21.0 // indirect
219
220
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
220
221
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
221
- github.com/jbenet/goprocess v0.1.4 // indirect
222
222
github.com/jmespath/go-jmespath v0.4.0 // indirect
223
223
github.com/jmhodges/levigo v1.0.0 // indirect
224
224
github.com/josharian/intern v1.0.0 // indirect
@@ -232,7 +232,7 @@ require (
232
232
github.com/libp2p/go-cidranger v1.1.0 // indirect
233
233
github.com/libp2p/go-flow-metrics v0.2.0 // indirect
234
234
github.com/libp2p/go-libp2p-asn-util v0.4.1 // indirect
235
- github.com/libp2p/go-libp2p-kbucket v0.6.4 // indirect
235
+ github.com/libp2p/go-libp2p-kbucket v0.6.5 // indirect
236
236
github.com/libp2p/go-msgio v0.3.0 // indirect
237
237
github.com/libp2p/go-netroute v0.2.2 // indirect
238
238
github.com/libp2p/go-reuseport v0.4.0 // indirect
@@ -325,6 +325,7 @@ require (
325
325
github.com/zondax/ledger-go v0.14.3 // indirect
326
326
go.etcd.io/bbolt v1.3.11 // indirect
327
327
go.opencensus.io v0.24.0 // indirect
328
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
328
329
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
329
330
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 // indirect
330
331
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 // indirect
@@ -340,7 +341,7 @@ require (
340
341
golang.org/x/time v0.9.0 // indirect
341
342
golang.org/x/tools v0.30.0 // indirect
342
343
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
343
- gonum.org/v1/gonum v0.15.0 // indirect
344
+ gonum.org/v1/gonum v0.15.1 // indirect
344
345
google.golang.org/api v0.169.0 // indirect
345
346
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
346
347
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
@@ -363,4 +364,4 @@ replace (
363
364
github.com/tendermint/tendermint => github.com/celestiaorg/celestia-core v1.47.0-tm-v0.34.35
364
365
)
365
366
366
- replace github.com/ipfs/boxo => github.com/celestiaorg/boxo v0.0 .0-20241118122411-70a650316c3b
367
+ replace github.com/ipfs/boxo => github.com/celestiaorg/boxo v0.29 .0-fork
0 commit comments