Skip to content

Commit 401b59b

Browse files
chore(deps): bump the go_modules group across 1 directory with 2 updates (#47)
Bumps the go_modules group with 2 updates in the /e2e directory: [filippo.io/edwards25519](https://github.com/FiloSottile/edwards25519) and [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum). Updates `filippo.io/edwards25519` from 1.1.0 to 1.1.1 - [Commits](FiloSottile/edwards25519@v1.1.0...v1.1.1) Updates `github.com/ethereum/go-ethereum` from 1.16.3 to 1.17.0 - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.16.3...v1.17.0) --- updated-dependencies: - dependency-name: filippo.io/edwards25519 dependency-version: 1.1.1 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.17.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d8aaaa7 commit 401b59b

File tree

2 files changed

+42
-48
lines changed

2 files changed

+42
-48
lines changed

e2e/go.mod

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@ require (
3333
cosmossdk.io/store v1.1.2 // indirect
3434
cosmossdk.io/x/tx v0.13.8 // indirect
3535
cosmossdk.io/x/upgrade v0.1.4 // indirect
36-
filippo.io/edwards25519 v1.1.0 // indirect
36+
filippo.io/edwards25519 v1.1.1 // indirect
3737
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
3838
github.com/99designs/keyring v1.2.2 // indirect
3939
github.com/BurntSushi/toml v1.5.0 // indirect
4040
github.com/DataDog/datadog-go v4.8.3+incompatible // indirect
4141
github.com/DataDog/zstd v1.5.6 // indirect
4242
github.com/Microsoft/go-winio v0.6.2 // indirect
43+
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect
4344
github.com/StackExchange/wmi v1.2.1 // indirect
4445
github.com/avast/retry-go/v4 v4.6.1 // indirect
4546
github.com/aws/aws-sdk-go-v2 v1.41.1 // indirect
@@ -94,8 +95,7 @@ require (
9495
github.com/cosmos/ibc-go/modules/capability v1.0.1 // indirect
9596
github.com/cosmos/ics23/go v0.11.0 // indirect
9697
github.com/cosmos/ledger-cosmos-go v0.15.0 // indirect
97-
github.com/crate-crypto/go-eth-kzg v1.3.0 // indirect
98-
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
98+
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
9999
github.com/danieljoos/wincred v1.2.1 // indirect
100100
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
101101
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
@@ -110,9 +110,8 @@ require (
110110
github.com/dustin/go-humanize v1.0.1 // indirect
111111
github.com/dvsekhvalnov/jose2go v1.7.0 // indirect
112112
github.com/emicklei/dot v1.6.2 // indirect
113-
github.com/ethereum/c-kzg-4844/v2 v2.1.0 // indirect
114-
github.com/ethereum/go-ethereum v1.16.3 // indirect
115-
github.com/ethereum/go-verkle v0.2.2 // indirect
113+
github.com/ethereum/c-kzg-4844/v2 v2.1.5 // indirect
114+
github.com/ethereum/go-ethereum v1.17.0 // indirect
116115
github.com/fatih/color v1.18.0 // indirect
117116
github.com/felixge/httpsnoop v1.0.4 // indirect
118117
github.com/fsnotify/fsnotify v1.8.0 // indirect
@@ -131,7 +130,7 @@ require (
131130
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
132131
github.com/golang/mock v1.6.0 // indirect
133132
github.com/golang/protobuf v1.5.4 // indirect
134-
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
133+
github.com/golang/snappy v1.0.0 // indirect
135134
github.com/google/btree v1.1.3 // indirect
136135
github.com/google/flatbuffers v25.1.24+incompatible // indirect
137136
github.com/google/go-cmp v0.7.0 // indirect
@@ -142,8 +141,8 @@ require (
142141
github.com/gorilla/mux v1.8.1 // indirect
143142
github.com/gorilla/websocket v1.5.3 // indirect
144143
github.com/grafana/otel-profiling-go v0.5.1 // indirect
145-
github.com/grafana/pyroscope-go v1.2.4 // indirect
146-
github.com/grafana/pyroscope-go/godeltaprof v0.1.8 // indirect
144+
github.com/grafana/pyroscope-go v1.2.7 // indirect
145+
github.com/grafana/pyroscope-go/godeltaprof v0.1.9 // indirect
147146
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
148147
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
149148
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
@@ -205,7 +204,7 @@ require (
205204
github.com/spf13/viper v1.20.0 // indirect
206205
github.com/stretchr/testify v1.11.1 // indirect
207206
github.com/subosito/gotenv v1.6.0 // indirect
208-
github.com/supranational/blst v0.3.14 // indirect
207+
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe // indirect
209208
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
210209
github.com/tendermint/go-amino v0.16.0 // indirect
211210
github.com/tidwall/btree v1.7.0 // indirect
@@ -224,7 +223,6 @@ require (
224223
go.opentelemetry.io/otel/metric v1.42.0 // indirect
225224
go.opentelemetry.io/otel/sdk v1.42.0 // indirect
226225
go.opentelemetry.io/otel/trace v1.42.0 // indirect
227-
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
228226
go.uber.org/multierr v1.11.0 // indirect
229227
go.uber.org/zap v1.27.0 // indirect
230228
go.yaml.in/yaml/v2 v2.4.2 // indirect
@@ -237,7 +235,7 @@ require (
237235
golang.org/x/term v0.38.0 // indirect
238236
golang.org/x/text v0.32.0 // indirect
239237
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
240-
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
238+
google.golang.org/genproto/googleapis/api v0.0.0-20251222181119-0a764e51fe1b // indirect
241239
google.golang.org/genproto/googleapis/rpc v0.0.0-20260217215200-42d3e9bedb6d // indirect
242240
google.golang.org/grpc v1.79.1 // indirect
243241
google.golang.org/protobuf v1.36.11 // indirect

0 commit comments

Comments
 (0)