Skip to content

Commit fddc154

Browse files
Bump github.com/ethereum/go-ethereum
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.17.1 to 1.17.5. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.17.1...v1.17.5) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.17.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7b013fa commit fddc154

2 files changed

Lines changed: 38 additions & 61 deletions

File tree

system-tests/tests/smoke/cre/evm/evmread/go.mod

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/evm/ev
33
go 1.26.4
44

55
require (
6-
github.com/ethereum/go-ethereum v1.17.1
6+
github.com/ethereum/go-ethereum v1.17.5
77
github.com/google/go-cmp v0.7.0
88
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260505131349-78e491b80735
99
github.com/smartcontractkit/cre-sdk-go v1.5.0
@@ -15,20 +15,20 @@ require (
1515
)
1616

1717
require (
18-
github.com/DataDog/zstd v1.5.6 // indirect
1918
github.com/Microsoft/go-winio v0.6.2 // indirect
2019
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect
2120
github.com/bits-and-blooms/bitset v1.24.0 // indirect
2221
github.com/cespare/cp v1.1.1 // indirect
2322
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2423
github.com/cockroachdb/fifo v0.0.0-20240816210425-c5d0cb0b6fc0 // indirect
2524
github.com/consensys/gnark-crypto v0.19.2 // indirect
26-
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
25+
github.com/crate-crypto/go-eth-kzg v1.5.0 // indirect
2726
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2827
github.com/deckarep/golang-set/v2 v2.8.0 // indirect
2928
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
3029
github.com/deepmap/oapi-codegen v1.8.2 // indirect
31-
github.com/ethereum/c-kzg-4844/v2 v2.1.6 // indirect
30+
github.com/ethereum/c-kzg-4844/v2 v2.1.8 // indirect
31+
github.com/fjl/jsonw v0.1.0 // indirect
3232
github.com/fsnotify/fsnotify v1.9.0 // indirect
3333
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
3434
github.com/go-logr/logr v1.4.3 // indirect
@@ -47,8 +47,6 @@ require (
4747
github.com/mattn/go-runewidth v0.0.16 // indirect
4848
github.com/minio/sha256-simd v1.0.1 // indirect
4949
github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4 // indirect
50-
github.com/pion/dtls/v2 v2.2.12 // indirect
51-
github.com/pion/transport/v2 v2.2.10 // indirect
5250
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5351
github.com/prometheus/client_golang v1.23.2 // indirect
5452
github.com/rivo/uniseg v0.4.7 // indirect

0 commit comments

Comments
 (0)