From 55545b696b6fcaa4f193f33e67d3c1ad331edd8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 19:53:22 +0000 Subject: [PATCH] build(deps): bump github.com/ethereum/go-ethereum in /src/ethsign Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.22 to 1.12.1. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](https://github.com/ethereum/go-ethereum/compare/v1.10.22...v1.12.1) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/ethsign/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ethsign/go.mod b/src/ethsign/go.mod index 137b54bd7..209b0d8ae 100644 --- a/src/ethsign/go.mod +++ b/src/ethsign/go.mod @@ -3,7 +3,7 @@ module github.com/dapphub/ethsign go 1.13 require ( - github.com/ethereum/go-ethereum v1.10.22 - golang.org/x/crypto v0.1.0 + github.com/ethereum/go-ethereum v1.12.1 + golang.org/x/crypto v0.9.0 gopkg.in/urfave/cli.v1 v1.20.0 )