From 3c0815c74dc3f780abcf1533ba0280f4d37fbc9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 00:22:22 +0000 Subject: [PATCH] build(deps): bump golang.org/x/crypto in /src/ethsign Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.9.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.9.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/ethsign/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ethsign/go.mod b/src/ethsign/go.mod index 209b0d8ae..a6b80b45a 100644 --- a/src/ethsign/go.mod +++ b/src/ethsign/go.mod @@ -4,6 +4,6 @@ go 1.13 require ( github.com/ethereum/go-ethereum v1.12.1 - golang.org/x/crypto v0.9.0 + golang.org/x/crypto v0.17.0 gopkg.in/urfave/cli.v1 v1.20.0 )