From c6fb1eb54dc5e10c695645741e3dfbcf0b86a205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 14:50:09 +0000 Subject: [PATCH] build(deps): bump github.com/ethereum/go-ethereum Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.8.17 to 1.17.0. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](https://github.com/ethereum/go-ethereum/compare/v1.8.17...v1.17.0) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/src/test/resources/golang/go.mod | 7 +------ core/src/test/resources/golang/go.sum | 8 -------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/core/src/test/resources/golang/go.mod b/core/src/test/resources/golang/go.mod index cf2dbff992e..a8e25aad318 100644 --- a/core/src/test/resources/golang/go.mod +++ b/core/src/test/resources/golang/go.mod @@ -1,10 +1,5 @@ module my/thing -require github.com/ethereum/go-ethereum v1.8.17 - -require ( - github.com/go-gitea/gitea v1.5.0 - golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect -) +go 1.25.7 replace bad/thing v1.4.5 => good/thing v1.4.5 diff --git a/core/src/test/resources/golang/go.sum b/core/src/test/resources/golang/go.sum index 32102934c9c..e69de29bb2d 100644 --- a/core/src/test/resources/golang/go.sum +++ b/core/src/test/resources/golang/go.sum @@ -1,8 +0,0 @@ -github.com/ethereum/go-ethereum v1.8.17/go.mod h1:PwpWDrCLZrV+tfrhqqF6kPknbISMHaJv9Ln3kPCZLwY= -github.com/go-gitea/gitea v1.5.0/go.mod h1:g8iUbfFNyuJp8u7GsSggxI8NQyuxeGTyqxogl3imbQM= -golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=