Skip to content

Commit 4cff4d3

Browse files
chore: run make deps after Dependabot update
1 parent 745dae8 commit 4cff4d3

File tree

8 files changed

+151
-134
lines changed

8 files changed

+151
-134
lines changed

apps/evm/single/go.mod

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ replace (
1515

1616
require (
1717
github.com/celestiaorg/go-header v0.7.1
18-
github.com/ethereum/go-ethereum v1.16.2
18+
github.com/ethereum/go-ethereum v1.16.3
1919
github.com/evstack/ev-node v0.14.2-0.20250317130407-e9e0a1b0485e
2020
github.com/evstack/ev-node/core v0.0.0-20250317130407-e9e0a1b0485e
2121
github.com/evstack/ev-node/da v0.0.0-20250317130407-e9e0a1b0485e
2222
github.com/evstack/ev-node/execution/evm v0.0.0-00010101000000-000000000000
2323
github.com/evstack/ev-node/sequencers/single v0.0.0-00010101000000-000000000000
2424
github.com/ipfs/go-datastore v0.8.3
25-
github.com/spf13/cobra v1.9.1
25+
github.com/spf13/cobra v1.10.1
2626
)
2727

2828
require (
@@ -86,7 +86,7 @@ require (
8686
github.com/docker/cli-docs-tool v0.9.0 // indirect
8787
github.com/docker/compose/v2 v2.35.0 // indirect
8888
github.com/docker/distribution v2.8.3+incompatible // indirect
89-
github.com/docker/docker v28.3.3+incompatible // indirect
89+
github.com/docker/docker v28.4.0+incompatible // indirect
9090
github.com/docker/docker-credential-helpers v0.8.2 // indirect
9191
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
9292
github.com/docker/go-connections v0.5.0 // indirect
@@ -106,7 +106,7 @@ require (
106106
github.com/flynn/noise v1.1.0 // indirect
107107
github.com/francoispqt/gojay v1.2.13 // indirect
108108
github.com/fsnotify/fsevents v0.2.0 // indirect
109-
github.com/fsnotify/fsnotify v1.8.0 // indirect
109+
github.com/fsnotify/fsnotify v1.9.0 // indirect
110110
github.com/fvbommel/sortorder v1.1.0 // indirect
111111
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
112112
github.com/go-kit/kit v0.13.0 // indirect
@@ -227,7 +227,7 @@ require (
227227
github.com/opencontainers/image-spec v1.1.1 // indirect
228228
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
229229
github.com/pelletier/go-toml v1.9.5 // indirect
230-
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
230+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
231231
github.com/pion/datachannel v1.5.10 // indirect
232232
github.com/pion/dtls/v2 v2.2.12 // indirect
233233
github.com/pion/dtls/v3 v3.0.6 // indirect
@@ -252,9 +252,9 @@ require (
252252
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
253253
github.com/polydawn/refmt v0.89.0 // indirect
254254
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
255-
github.com/prometheus/client_golang v1.23.0 // indirect
255+
github.com/prometheus/client_golang v1.23.2 // indirect
256256
github.com/prometheus/client_model v0.6.2 // indirect
257-
github.com/prometheus/common v0.65.0 // indirect
257+
github.com/prometheus/common v0.66.1 // indirect
258258
github.com/prometheus/procfs v0.17.0 // indirect
259259
github.com/quic-go/qpack v0.5.1 // indirect
260260
github.com/quic-go/quic-go v0.54.0 // indirect
@@ -263,21 +263,21 @@ require (
263263
github.com/rivo/uniseg v0.2.0 // indirect
264264
github.com/rs/cors v1.11.1 // indirect
265265
github.com/rs/zerolog v1.34.0 // indirect
266-
github.com/sagikazarmark/locafero v0.7.0 // indirect
266+
github.com/sagikazarmark/locafero v0.11.0 // indirect
267267
github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect
268268
github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b // indirect
269269
github.com/shibumi/go-pathspec v1.3.0 // indirect
270270
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
271271
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
272272
github.com/sirupsen/logrus v1.9.3 // indirect
273273
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
274-
github.com/sourcegraph/conc v0.3.0 // indirect
274+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
275275
github.com/spaolacci/murmur3 v1.1.0 // indirect
276-
github.com/spf13/afero v1.12.0 // indirect
277-
github.com/spf13/cast v1.7.1 // indirect
278-
github.com/spf13/pflag v1.0.7 // indirect
279-
github.com/spf13/viper v1.20.1 // indirect
280-
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
281281
github.com/subosito/gotenv v1.6.0 // indirect
282282
github.com/supranational/blst v0.3.14 // indirect
283283
github.com/testcontainers/testcontainers-go v0.38.0 // indirect
@@ -321,23 +321,25 @@ require (
321321
go.uber.org/mock v0.5.2 // indirect
322322
go.uber.org/multierr v1.11.0 // indirect
323323
go.uber.org/zap v1.27.0 // indirect
324-
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
325327
golang.org/x/exp v0.0.0-20250811191247-51f88131bc50 // indirect
326328
golang.org/x/mod v0.27.0 // indirect
327329
golang.org/x/net v0.43.0 // indirect
328330
golang.org/x/oauth2 v0.30.0 // indirect
329-
golang.org/x/sync v0.16.0 // indirect
330-
golang.org/x/sys v0.35.0 // indirect
331-
golang.org/x/term v0.34.0 // indirect
332-
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
333335
golang.org/x/time v0.12.0 // indirect
334336
golang.org/x/tools v0.36.0 // indirect
335337
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
336338
gonum.org/v1/gonum v0.16.0 // indirect
337339
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
338340
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
339341
google.golang.org/grpc v1.73.0 // indirect
340-
google.golang.org/protobuf v1.36.7 // indirect
342+
google.golang.org/protobuf v1.36.8 // indirect
341343
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
342344
gopkg.in/inf.v0 v0.9.1 // indirect
343345
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)