From c1ae0719795499a860201433f9171264d75c461f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:06:56 +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.0.0-20210322153248-0c34fe9e7dc2 to 0.1.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/ethsign/go.mod | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/ethsign/go.mod b/src/ethsign/go.mod index 320c37c68..e9a8a85bb 100644 --- a/src/ethsign/go.mod +++ b/src/ethsign/go.mod @@ -3,20 +3,7 @@ module github.com/dapphub/ethsign go 1.13 require ( - github.com/OneOfOne/xxhash v1.2.5 // indirect - github.com/aristanetworks/goarista v0.0.0-20170210015632-ea17b1a17847 // indirect - github.com/aws/aws-sdk-go v1.25.48 // indirect - github.com/elastic/gosigar v0.8.1-0.20180330100440-37f05ff46ffa // indirect github.com/ethereum/go-ethereum v1.10.6 - github.com/pborman/uuid v0.0.0-20170112150404-1b00554d8222 // indirect - github.com/robertkrimen/otto v0.0.0-20170205013659-6a77b7cbc37d // indirect - github.com/rs/xhandler v0.0.0-20160618193221-ed27b6fd6521 // indirect - github.com/spaolacci/murmur3 v1.0.1-0.20190317074736-539464a789e9 // indirect - github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570 // indirect - github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect - github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208 // indirect - golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 - golang.org/x/mobile v0.0.0-20200801112145-973feb4309de // indirect - gopkg.in/sourcemap.v1 v1.0.5 // indirect + golang.org/x/crypto v0.1.0 gopkg.in/urfave/cli.v1 v1.20.0 )