@@ -4,10 +4,10 @@ go 1.23.2
4
4
5
5
require (
6
6
cosmossdk.io/math v1.3.0
7
- github.com/BurntSushi/toml v1.4.0
7
+ github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c
8
8
github.com/alecthomas/jsonschema v0.0.0-20220216202328-9eeeec9d044b
9
9
github.com/benbjohnson/clock v1.3.5
10
- github.com/celestiaorg/celestia-app/v2 v2.2.0-mocha
10
+ github.com/celestiaorg/celestia-app/v2 v2.2.0
11
11
github.com/celestiaorg/go-fraud v0.2.1
12
12
github.com/celestiaorg/go-header v0.6.2
13
13
github.com/celestiaorg/go-libp2p-messenger v0.2.0
@@ -53,28 +53,28 @@ require (
53
53
github.com/multiformats/go-multiaddr-dns v0.3.1
54
54
github.com/multiformats/go-multihash v0.2.3
55
55
github.com/open-rpc/meta-schema v0.0.0-20201029221707-1b72ef2ea333
56
- github.com/prometheus/client_golang v1.20.0
56
+ github.com/prometheus/client_golang v1.20.3
57
57
github.com/rollkit/go-da v0.8.0
58
58
github.com/spf13/cobra v1.8.1
59
59
github.com/spf13/pflag v1.0.5
60
60
github.com/stretchr/testify v1.9.0
61
61
github.com/tendermint/tendermint v0.34.29
62
62
go.opentelemetry.io/contrib/instrumentation/runtime v0.45.0
63
- go.opentelemetry.io/otel v1.27 .0
63
+ go.opentelemetry.io/otel v1.30 .0
64
64
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.27.0
65
65
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.27.0
66
66
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.27.0
67
- go.opentelemetry.io/otel/metric v1.27 .0
68
- go.opentelemetry.io/otel/sdk v1.27 .0
67
+ go.opentelemetry.io/otel/metric v1.30 .0
68
+ go.opentelemetry.io/otel/sdk v1.30 .0
69
69
go.opentelemetry.io/otel/sdk/metric v1.27.0
70
- go.opentelemetry.io/otel/trace v1.27 .0
70
+ go.opentelemetry.io/otel/trace v1.30 .0
71
71
go.opentelemetry.io/proto/otlp v1.3.1
72
72
go.uber.org/fx v1.22.1
73
73
go.uber.org/zap v1.27.0
74
- golang.org/x/crypto v0.26 .0
75
- golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
74
+ golang.org/x/crypto v0.27 .0
75
+ golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e
76
76
golang.org/x/sync v0.8.0
77
- golang.org/x/text v0.17 .0
77
+ golang.org/x/text v0.18 .0
78
78
google.golang.org/grpc v1.66.2
79
79
google.golang.org/protobuf v1.34.2
80
80
)
@@ -98,8 +98,8 @@ require (
98
98
github.com/beorn7/perks v1.0.1 // indirect
99
99
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
100
100
github.com/bgentry/speakeasy v0.1.0 // indirect
101
- github.com/bits-and-blooms/bitset v1.10 .0 // indirect
102
- github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
101
+ github.com/bits-and-blooms/bitset v1.13 .0 // indirect
102
+ github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
103
103
github.com/celestiaorg/blobstream-contracts/v3 v3.1.0 // indirect
104
104
github.com/celestiaorg/merkletree v0.0.0-20230308153949-c33506a7aa26 // indirect
105
105
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -123,6 +123,7 @@ require (
123
123
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v6 v6.1.2 // indirect
124
124
github.com/cosmos/ibc-go/v6 v6.3.0 // indirect
125
125
github.com/cosmos/ledger-cosmos-go v0.13.2 // indirect
126
+ github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
126
127
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
127
128
github.com/creachadair/taskgroup v0.3.2 // indirect
128
129
github.com/cskr/pubsub v1.0.2 // indirect
@@ -141,7 +142,8 @@ require (
141
142
github.com/elastic/gosigar v0.14.3 // indirect
142
143
github.com/etclabscore/go-jsonschema-walk v0.0.6 // indirect
143
144
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
144
- github.com/ethereum/go-ethereum v1.14.5 // indirect
145
+ github.com/ethereum/go-ethereum v1.14.11 // indirect
146
+ github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
145
147
github.com/felixge/httpsnoop v1.0.4 // indirect
146
148
github.com/flynn/noise v1.1.0 // indirect
147
149
github.com/francoispqt/gojay v1.2.13 // indirect
@@ -195,7 +197,7 @@ require (
195
197
github.com/hashicorp/golang-lru/arc/v2 v2.0.7 // indirect
196
198
github.com/hashicorp/hcl v1.0.0 // indirect
197
199
github.com/hdevalence/ed25519consensus v0.0.0-20220222234857-c00d1f31bab3 // indirect
198
- github.com/holiman/uint256 v1.2.4 // indirect
200
+ github.com/holiman/uint256 v1.3.1 // indirect
199
201
github.com/huin/goupnp v1.3.0 // indirect
200
202
github.com/iancoleman/orderedmap v0.2.0 // indirect
201
203
github.com/improbable-eng/grpc-web v0.15.0 // indirect
@@ -226,7 +228,7 @@ require (
226
228
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
227
229
github.com/klauspost/reedsolomon v1.12.1 // indirect
228
230
github.com/koron/go-ssdp v0.0.4 // indirect
229
- github.com/lib/pq v1.10.7 // indirect
231
+ github.com/lib/pq v1.10.9 // indirect
230
232
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
231
233
github.com/libp2p/go-cidranger v1.1.0 // indirect
232
234
github.com/libp2p/go-flow-metrics v0.1.0 // indirect
@@ -247,7 +249,7 @@ require (
247
249
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
248
250
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
249
251
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
250
- github.com/minio/highwayhash v1.0.2 // indirect
252
+ github.com/minio/highwayhash v1.0.3 // indirect
251
253
github.com/minio/sha256-simd v1.0.1 // indirect
252
254
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
253
255
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -265,7 +267,7 @@ require (
265
267
github.com/opencontainers/runtime-spec v1.2.0 // indirect
266
268
github.com/opentracing/opentracing-go v1.2.0 // indirect
267
269
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
268
- github.com/pelletier/go-toml/v2 v2.1.0 // indirect
270
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
269
271
github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9 // indirect
270
272
github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 // indirect
271
273
github.com/pion/datachannel v1.5.8 // indirect
@@ -307,7 +309,7 @@ require (
307
309
github.com/spf13/jwalterweatherman v1.1.0 // indirect
308
310
github.com/spf13/viper v1.15.0 // indirect
309
311
github.com/subosito/gotenv v1.6.0 // indirect
310
- github.com/supranational/blst v0.3.11 // indirect
312
+ github.com/supranational/blst v0.3.13 // indirect
311
313
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
312
314
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
313
315
github.com/tendermint/go-amino v0.16.0 // indirect
@@ -331,19 +333,19 @@ require (
331
333
go.uber.org/dig v1.17.1 // indirect
332
334
go.uber.org/mock v0.4.0 // indirect
333
335
go.uber.org/multierr v1.11.0 // indirect
334
- golang.org/x/mod v0.20 .0 // indirect
336
+ golang.org/x/mod v0.21 .0 // indirect
335
337
golang.org/x/net v0.28.0 // indirect
336
338
golang.org/x/oauth2 v0.21.0 // indirect
337
- golang.org/x/sys v0.23 .0 // indirect
338
- golang.org/x/term v0.23 .0 // indirect
339
+ golang.org/x/sys v0.25 .0 // indirect
340
+ golang.org/x/term v0.24 .0 // indirect
339
341
golang.org/x/time v0.5.0 // indirect
340
342
golang.org/x/tools v0.24.0 // indirect
341
343
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
342
344
gonum.org/v1/gonum v0.15.0 // indirect
343
345
google.golang.org/api v0.169.0 // indirect
344
346
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
345
347
google.golang.org/genproto/googleapis/api v0.0.0-20240617180043-68d350f18fd4 // indirect
346
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240617180043-68d350f18fd4 // indirect
348
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
347
349
gopkg.in/ini.v1 v1.67.0 // indirect
348
350
gopkg.in/yaml.v2 v2.4.0 // indirect
349
351
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -354,10 +356,10 @@ require (
354
356
)
355
357
356
358
replace (
357
- github.com/cosmos/cosmos-sdk => github.com/celestiaorg/cosmos-sdk v1.24.1 -sdk-v0.46.16
359
+ github.com/cosmos/cosmos-sdk => github.com/celestiaorg/cosmos-sdk v1.25.0 -sdk-v0.46.16
358
360
github.com/filecoin-project/dagstore => github.com/celestiaorg/dagstore v0.0.0-20230824094345-537c012aa403
359
361
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
360
362
// broken goleveldb needs to be replaced for the cosmos-sdk and celestia-app
361
363
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
362
- github.com/tendermint/tendermint => github.com/celestiaorg/celestia-core v1.40 .0-tm-v0.34.29
364
+ github.com/tendermint/tendermint => github.com/celestiaorg/celestia-core v1.42 .0-tm-v0.34.35
363
365
)
0 commit comments