Skip to content

Commit df43076

Browse files
dependabot[bot]jhkimqdminhd-vu
authored
chore: bump github.com/ethereum/go-ethereum from 1.15.11 to 1.16.7 (#752)
* chore: bump github.com/ethereum/go-ethereum from 1.15.11 to 1.16.5 Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.15.11 to 1.16.5. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.15.11...v1.16.5) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.16.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix: statuspacket -> statuspacket68 Signed-off-by: Ji Hwan <[email protected]> * fix: receiptspacket -> receiptsrlppacket Signed-off-by: Ji Hwan <[email protected]> * chore: bump geth to `v1.16.7` * fix: go.sum --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Ji Hwan <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ji Hwan KIM <[email protected]> Co-authored-by: Ji Hwan <[email protected]> Co-authored-by: Minh Vu <[email protected]>
1 parent 8abb49f commit df43076

File tree

4 files changed

+63
-51
lines changed

4 files changed

+63
-51
lines changed

go.mod

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ require (
1010
github.com/cenkalti/backoff/v4 v4.3.0
1111
github.com/chzyer/readline v1.5.1 // indirect
1212
github.com/cockroachdb/pebble v1.1.5
13-
github.com/ethereum/go-ethereum v1.15.11
13+
github.com/ethereum/go-ethereum v1.16.7
1414
github.com/gizak/termui/v3 v3.1.1-0.20231111080052-b3569a6cd52d
1515
github.com/google/gofuzz v1.2.0
1616
github.com/hashicorp/golang-lru v1.0.2
1717
github.com/libp2p/go-libp2p v0.36.5
1818
github.com/manifoldco/promptui v0.9.0
1919
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a
2020
github.com/prometheus/client_model v0.6.2
21-
github.com/prometheus/common v0.67.4
21+
github.com/prometheus/common v0.67.2
2222
github.com/rs/zerolog v1.34.0
2323
github.com/schollz/progressbar/v3 v3.18.0
24-
github.com/spf13/cobra v1.10.2
24+
github.com/spf13/cobra v1.10.1
2525
github.com/spf13/pflag v1.0.10
2626
github.com/spf13/viper v1.21.0
2727
github.com/stretchr/testify v1.11.1
@@ -40,18 +40,23 @@ require (
4040
require github.com/alecthomas/participle/v2 v2.1.4
4141

4242
require (
43+
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251213223233-751f36331c62 // indirect
4344
github.com/containerd/errdefs v1.0.0 // indirect
4445
github.com/containerd/errdefs/pkg v0.3.0 // indirect
4546
github.com/containerd/log v0.1.0 // indirect
46-
github.com/crate-crypto/go-eth-kzg v1.3.0 // indirect
47+
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
4748
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
4849
github.com/distribution/reference v0.6.0 // indirect
4950
github.com/docker/go-connections v0.4.0 // indirect
5051
github.com/docker/go-units v0.5.0 // indirect
51-
github.com/ethereum/c-kzg-4844/v2 v2.1.0 // indirect
52+
github.com/emicklei/dot v1.6.2 // indirect
53+
github.com/ethereum/c-kzg-4844/v2 v2.1.5 // indirect
54+
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab // indirect
55+
github.com/ferranbt/fastssz v0.1.4 // indirect
5256
github.com/gdamore/encoding v1.0.1 // indirect
5357
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
5458
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
59+
github.com/mitchellh/mapstructure v1.5.0 // indirect
5560
github.com/moby/docker-image-spec v1.3.1 // indirect
5661
github.com/moby/sys/atomicwriter v0.1.0 // indirect
5762
github.com/morikuni/aec v1.0.0 // indirect
@@ -66,6 +71,7 @@ require (
6671
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0 // indirect
6772
go.yaml.in/yaml/v2 v2.4.3 // indirect
6873
go.yaml.in/yaml/v3 v3.0.4 // indirect
74+
gopkg.in/yaml.v2 v2.4.0 // indirect
6975
gotest.tools/v3 v3.5.2 // indirect
7076
)
7177

@@ -75,15 +81,15 @@ require (
7581
github.com/DataDog/zstd v1.5.6 // indirect
7682
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
7783
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
78-
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
84+
github.com/VictoriaMetrics/fastcache v1.13.0 // indirect
7985
github.com/beorn7/perks v1.0.1 // indirect
80-
github.com/bits-and-blooms/bitset v1.20.0 // indirect
86+
github.com/bits-and-blooms/bitset v1.24.4 // indirect
8187
github.com/cenkalti/backoff v2.2.1+incompatible
8288
github.com/cespare/xxhash/v2 v2.3.0 // indirect
8389
github.com/cockroachdb/errors v1.11.3 // indirect
8490
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
8591
github.com/cockroachdb/redact v1.1.5 // indirect
86-
github.com/consensys/gnark-crypto v0.18.1 // indirect
92+
github.com/consensys/gnark-crypto v0.19.2 // indirect
8793
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
8894
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
8995
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
@@ -93,7 +99,7 @@ require (
9399
github.com/gofrs/flock v0.12.1 // indirect
94100
github.com/gogo/protobuf v1.3.2 // indirect
95101
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
96-
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
102+
github.com/golang/snappy v1.0.0 // indirect
97103
github.com/google/s2a-go v0.1.9 // indirect
98104
github.com/google/uuid v1.6.0 // indirect
99105
github.com/googleapis/enterprise-certificate-proxy v0.3.7 // indirect
@@ -140,7 +146,7 @@ require (
140146
github.com/spf13/afero v1.15.0 // indirect
141147
github.com/spf13/cast v1.10.0 // indirect
142148
github.com/subosito/gotenv v1.6.0 // indirect
143-
github.com/supranational/blst v0.3.14 // indirect
149+
github.com/supranational/blst v0.3.16 // indirect
144150
github.com/tklauser/go-sysconf v0.3.14 // indirect
145151
github.com/tklauser/numcpus v0.9.0 // indirect
146152
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
@@ -163,7 +169,7 @@ require (
163169
cloud.google.com/go/kms v1.23.2
164170
github.com/0xPolygon/cdk-contracts-tooling v0.0.1
165171
github.com/cometbft/cometbft v0.38.19
166-
github.com/docker/docker v28.5.2+incompatible
172+
github.com/docker/docker v28.5.1+incompatible
167173
github.com/fatih/color v1.18.0
168174
github.com/gateway-fm/vectorized-poseidon-gold v1.0.0
169175
github.com/gdamore/tcell/v2 v2.13.4

0 commit comments

Comments
 (0)