From 55a20ac15f3398e913e30a072439136d26e60077 Mon Sep 17 00:00:00 2001 From: i-norden Date: Wed, 1 Dec 2021 16:00:53 -0600 Subject: [PATCH] bump go-ethereum version --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 5096755..e169cd3 100644 --- a/go.mod +++ b/go.mod @@ -12,4 +12,4 @@ require ( github.com/vulcanize/go-eth-state-node-iterator v0.0.1-alpha.0.20211014064906-d23d01ed8191 ) -replace github.com/ethereum/go-ethereum v1.10.11 => github.com/vulcanize/go-ethereum v1.10.11-statediff-0.0.27f +replace github.com/ethereum/go-ethereum v1.10.11 => github.com/vulcanize/go-ethereum v1.10.11-statediff-0.0.27g diff --git a/go.sum b/go.sum index f5ca21f..77efe7e 100644 --- a/go.sum +++ b/go.sum @@ -658,8 +658,8 @@ github.com/valyala/fasttemplate v1.0.1/go.mod h1:UQGH1tvbgY+Nz5t2n7tXsz52dQxojPU github.com/valyala/fasttemplate v1.2.1/go.mod h1:KHLXt3tVN2HBp8eijSv/kGJopbvo7S+qRAEEKiv+SiQ= github.com/vulcanize/go-eth-state-node-iterator v0.0.1-alpha.0.20211014064906-d23d01ed8191 h1:+xSwb0xOLCAhejoai2BQZPTJW5Z+tU9xkTaOBwGnPoU= github.com/vulcanize/go-eth-state-node-iterator v0.0.1-alpha.0.20211014064906-d23d01ed8191/go.mod h1:FBMQp69PTnRg3kLx9qeWGfKYfVq4fpfbr69X8lEvvfs= -github.com/vulcanize/go-ethereum v1.10.11-statediff-0.0.27f h1:ZbzTL7hqeSvECKcRosgyexsNWFZYz/PahiHRbrs7kaY= -github.com/vulcanize/go-ethereum v1.10.11-statediff-0.0.27f/go.mod h1:XO9WLkNXfwoJN05BZj0//xgOWHJyUrUPdnudbQfKlUo= +github.com/vulcanize/go-ethereum v1.10.11-statediff-0.0.27g h1:dkdarwJiGvOJ+UDuQjU/6QgBc6VDkeQKdOKihrlvKcE= +github.com/vulcanize/go-ethereum v1.10.11-statediff-0.0.27g/go.mod h1:XO9WLkNXfwoJN05BZj0//xgOWHJyUrUPdnudbQfKlUo= github.com/whyrusleeping/go-logging v0.0.0-20170515211332-0457bb6b88fc h1:9lDbC6Rz4bwmou+oE6Dt4Cb2BGMur5eR/GYptkKUVHo= github.com/whyrusleeping/go-logging v0.0.0-20170515211332-0457bb6b88fc/go.mod h1:bopw91TMyo8J3tvftk8xmU2kPmlrt4nScJQZU2hE5EM= github.com/willf/bitset v1.1.3/go.mod h1:RjeCKbqT1RxIR/KWY6phxZiaY1IyutSBfGjNPySAYV4=