From 65fabe169ba97a2057891c573dfca859b4419fb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 22:06:18 +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.7 to 1.16.8 - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](https://github.com/ethereum/go-ethereum/compare/v1.16.7...v1.16.8) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.16.8 dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] --- rechain/go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rechain/go.mod b/rechain/go.mod index 97c3c90..a060dc7 100644 --- a/rechain/go.mod +++ b/rechain/go.mod @@ -4,13 +4,13 @@ go 1.24.0 require ( github.com/dgraph-io/badger/v3 v3.2103.5 - github.com/ethereum/go-ethereum v1.16.7 + github.com/ethereum/go-ethereum v1.16.8 github.com/google/uuid v1.6.0 github.com/gorilla/mux v1.8.0 github.com/libp2p/go-libp2p v0.27.8 github.com/minio/minio-go/v7 v7.0.52 github.com/multiformats/go-multiaddr v0.9.0 - github.com/spf13/cobra v0.0.5 + github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.15.0 github.com/stretchr/testify v1.11.1 google.golang.org/grpc v1.78.0 @@ -47,7 +47,7 @@ require ( github.com/hashicorp/hcl v1.0.0 // indirect github.com/holiman/uint256 v1.3.2 // indirect github.com/huin/goupnp v1.3.0 // indirect - github.com/inconshreveable/mousetrap v1.0.0 // indirect + github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/ipfs/go-cid v0.4.1 // indirect github.com/ipfs/go-log/v2 v2.5.1 // indirect github.com/jackpal/go-nat-pmp v1.0.2 // indirect @@ -113,7 +113,7 @@ require ( github.com/spf13/afero v1.9.3 // indirect github.com/spf13/cast v1.5.0 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect - github.com/spf13/pflag v1.0.5 // indirect + github.com/spf13/pflag v1.0.6 // indirect github.com/subosito/gotenv v1.4.2 // indirect github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect github.com/tklauser/go-sysconf v0.3.12 // indirect