From 9b54f63e0725ff5babec307c708b9677ebe2cafc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 20:55:50 +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.6 to 1.10.17. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](https://github.com/ethereum/go-ethereum/compare/v1.10.6...v1.10.17) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum 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..fdb25d73e 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 + github.com/ethereum/go-ethereum v1.10.17 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 gopkg.in/urfave/cli.v1 v1.20.0 )