From a48f347140a88312b28c4edb39f8f86596ab974c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 14:58:24 +0000 Subject: [PATCH] build(deps): bump github.com/aws/aws-sdk-go in /src/ethsign Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.25.48 to 1.34.0. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/v1.34.0/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.25.48...v1.34.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/ethsign/go.mod | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/ethsign/go.mod b/src/ethsign/go.mod index 320c37c68..9a4eee57d 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 gopkg.in/urfave/cli.v1 v1.20.0 )