From a06ab87e8fcf9245130263977e430dcb889cb9ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 18:22:14 +0000 Subject: [PATCH] Bump github.com/ethereum/go-ethereum Bumps the go_modules group with 1 update in the /rechain directory: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum). Updates `github.com/ethereum/go-ethereum` from 1.16.8 to 1.17.0 - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](https://github.com/ethereum/go-ethereum/compare/v1.16.8...v1.17.0) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.17.0 dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] --- rechain/go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rechain/go.mod b/rechain/go.mod index 3d4169e..1fc5b59 100644 --- a/rechain/go.mod +++ b/rechain/go.mod @@ -4,7 +4,7 @@ go 1.24.0 require ( github.com/dgraph-io/badger/v3 v3.2103.5 - github.com/ethereum/go-ethereum v1.16.8 + github.com/ethereum/go-ethereum v1.17.0 github.com/google/uuid v1.6.0 github.com/gorilla/mux v1.8.0 github.com/libp2p/go-libp2p v0.27.8 @@ -54,7 +54,7 @@ require ( github.com/jackpal/go-nat-pmp v1.0.2 // indirect github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect github.com/json-iterator/go v1.1.12 // indirect - github.com/klauspost/compress v1.16.5 // indirect + github.com/klauspost/compress v1.17.8 // indirect github.com/klauspost/cpuid/v2 v2.2.4 // indirect github.com/koron/go-ssdp v0.0.4 // indirect github.com/libp2p/go-buffer-pool v0.1.0 // indirect @@ -135,7 +135,7 @@ require ( golang.org/x/text v0.32.0 // indirect golang.org/x/tools v0.39.0 // indirect google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect - google.golang.org/protobuf v1.36.10 // indirect + google.golang.org/protobuf v1.36.11 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect lukechampine.com/blake3 v1.1.7 // indirect