1
1
module github.com/evstack/ev-node/apps/evm/single
2
2
3
- go 1.24.1
4
-
5
- toolchain go1.24.2
3
+ go 1.24.2
6
4
7
5
replace github.com/celestiaorg/go-header => github.com/julienrbrt/go-header v0.0.0-20250909151551-cb11b091bf58 // TODO: to remove after https://github.com/celestiaorg/go-header/pull/347
8
6
@@ -17,14 +15,14 @@ replace (
17
15
18
16
require (
19
17
github.com/celestiaorg/go-header v0.7.1
20
- github.com/ethereum/go-ethereum v1.16.2
18
+ github.com/ethereum/go-ethereum v1.16.3
21
19
github.com/evstack/ev-node v0.14.2-0.20250317130407-e9e0a1b0485e
22
20
github.com/evstack/ev-node/core v0.0.0-20250317130407-e9e0a1b0485e
23
21
github.com/evstack/ev-node/da v0.0.0-20250317130407-e9e0a1b0485e
24
22
github.com/evstack/ev-node/execution/evm v0.0.0-00010101000000-000000000000
25
23
github.com/evstack/ev-node/sequencers/single v0.0.0-00010101000000-000000000000
26
24
github.com/ipfs/go-datastore v0.8.3
27
- github.com/spf13/cobra v1.9 .1
25
+ github.com/spf13/cobra v1.10 .1
28
26
)
29
27
30
28
require (
@@ -88,7 +86,7 @@ require (
88
86
github.com/docker/cli-docs-tool v0.9.0 // indirect
89
87
github.com/docker/compose/v2 v2.35.0 // indirect
90
88
github.com/docker/distribution v2.8.3+incompatible // indirect
91
- github.com/docker/docker v28.3.3 +incompatible // indirect
89
+ github.com/docker/docker v28.4.0 +incompatible // indirect
92
90
github.com/docker/docker-credential-helpers v0.8.2 // indirect
93
91
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
94
92
github.com/docker/go-connections v0.5.0 // indirect
@@ -108,7 +106,7 @@ require (
108
106
github.com/flynn/noise v1.1.0 // indirect
109
107
github.com/francoispqt/gojay v1.2.13 // indirect
110
108
github.com/fsnotify/fsevents v0.2.0 // indirect
111
- github.com/fsnotify/fsnotify v1.8 .0 // indirect
109
+ github.com/fsnotify/fsnotify v1.9 .0 // indirect
112
110
github.com/fvbommel/sortorder v1.1.0 // indirect
113
111
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
114
112
github.com/go-kit/kit v0.13.0 // indirect
@@ -229,7 +227,7 @@ require (
229
227
github.com/opencontainers/image-spec v1.1.1 // indirect
230
228
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
231
229
github.com/pelletier/go-toml v1.9.5 // indirect
232
- github.com/pelletier/go-toml/v2 v2.2.3 // indirect
230
+ github.com/pelletier/go-toml/v2 v2.2.4 // indirect
233
231
github.com/pion/datachannel v1.5.10 // indirect
234
232
github.com/pion/dtls/v2 v2.2.12 // indirect
235
233
github.com/pion/dtls/v3 v3.0.6 // indirect
@@ -254,9 +252,9 @@ require (
254
252
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
255
253
github.com/polydawn/refmt v0.89.0 // indirect
256
254
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
257
- github.com/prometheus/client_golang v1.23.0 // indirect
255
+ github.com/prometheus/client_golang v1.23.2 // indirect
258
256
github.com/prometheus/client_model v0.6.2 // indirect
259
- github.com/prometheus/common v0.65.0 // indirect
257
+ github.com/prometheus/common v0.66.1 // indirect
260
258
github.com/prometheus/procfs v0.17.0 // indirect
261
259
github.com/quic-go/qpack v0.5.1 // indirect
262
260
github.com/quic-go/quic-go v0.54.0 // indirect
@@ -265,21 +263,21 @@ require (
265
263
github.com/rivo/uniseg v0.2.0 // indirect
266
264
github.com/rs/cors v1.11.1 // indirect
267
265
github.com/rs/zerolog v1.34.0 // indirect
268
- github.com/sagikazarmark/locafero v0.7 .0 // indirect
266
+ github.com/sagikazarmark/locafero v0.11 .0 // indirect
269
267
github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect
270
268
github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b // indirect
271
269
github.com/shibumi/go-pathspec v1.3.0 // indirect
272
270
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
273
271
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
274
272
github.com/sirupsen/logrus v1.9.3 // indirect
275
273
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
276
- github.com/sourcegraph/conc v0.3.0 // indirect
274
+ github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
277
275
github.com/spaolacci/murmur3 v1.1.0 // indirect
278
- github.com/spf13/afero v1.12 .0 // indirect
279
- github.com/spf13/cast v1.7.1 // indirect
280
- github.com/spf13/pflag v1.0.7 // indirect
281
- github.com/spf13/viper v1.20.1 // indirect
282
- github.com/stretchr/testify v1.10.0 // indirect
276
+ github.com/spf13/afero v1.15 .0 // indirect
277
+ github.com/spf13/cast v1.10.0 // indirect
278
+ github.com/spf13/pflag v1.0.10 // indirect
279
+ github.com/spf13/viper v1.21.0 // indirect
280
+ github.com/stretchr/testify v1.11.1 // indirect
283
281
github.com/subosito/gotenv v1.6.0 // indirect
284
282
github.com/supranational/blst v0.3.14 // indirect
285
283
github.com/testcontainers/testcontainers-go v0.38.0 // indirect
@@ -323,23 +321,25 @@ require (
323
321
go.uber.org/mock v0.5.2 // indirect
324
322
go.uber.org/multierr v1.11.0 // indirect
325
323
go.uber.org/zap v1.27.0 // indirect
326
- golang.org/x/crypto v0.41.0 // indirect
324
+ go.yaml.in/yaml/v2 v2.4.2 // indirect
325
+ go.yaml.in/yaml/v3 v3.0.4 // indirect
326
+ golang.org/x/crypto v0.42.0 // indirect
327
327
golang.org/x/exp v0.0.0-20250811191247-51f88131bc50 // indirect
328
328
golang.org/x/mod v0.27.0 // indirect
329
329
golang.org/x/net v0.43.0 // indirect
330
330
golang.org/x/oauth2 v0.30.0 // indirect
331
- golang.org/x/sync v0.16 .0 // indirect
332
- golang.org/x/sys v0.35 .0 // indirect
333
- golang.org/x/term v0.34 .0 // indirect
334
- golang.org/x/text v0.28 .0 // indirect
331
+ golang.org/x/sync v0.17 .0 // indirect
332
+ golang.org/x/sys v0.36 .0 // indirect
333
+ golang.org/x/term v0.35 .0 // indirect
334
+ golang.org/x/text v0.29 .0 // indirect
335
335
golang.org/x/time v0.12.0 // indirect
336
336
golang.org/x/tools v0.36.0 // indirect
337
337
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
338
338
gonum.org/v1/gonum v0.16.0 // indirect
339
339
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
340
340
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
341
341
google.golang.org/grpc v1.73.0 // indirect
342
- google.golang.org/protobuf v1.36.7 // indirect
342
+ google.golang.org/protobuf v1.36.8 // indirect
343
343
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
344
344
gopkg.in/inf.v0 v0.9.1 // indirect
345
345
gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments