From 60d7c6e7e5b5858bf510ad303f7583d30cc0e30d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 20:55:56 +0000 Subject: [PATCH] Bump github.com/ethereum/go-ethereum in /dots/eth/client Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.8.27 to 1.10.17. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](https://github.com/ethereum/go-ethereum/compare/v1.8.27...v1.10.17) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dots/eth/client/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/eth/client/go.mod b/dots/eth/client/go.mod index 16c23312..525d121f 100644 --- a/dots/eth/client/go.mod +++ b/dots/eth/client/go.mod @@ -32,7 +32,7 @@ replace ( ) require ( - github.com/ethereum/go-ethereum v1.8.27 + github.com/ethereum/go-ethereum v1.10.17 github.com/scryinfo/dot v0.1.3 go.uber.org/zap v1.10.0 )