From ff87375f94b474f4112688dd83018ab176f437bd Mon Sep 17 00:00:00 2001 From: Michael Shaw Date: Fri, 15 Jul 2022 16:08:25 -0400 Subject: [PATCH] Update for geth rebase onto 1.10.20 and concurrently updated ipfs-ethdb --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 8fce2dc..5ee73b8 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/vulcanize/eth-ipfs-state-validator/v3 +module github.com/vulcanize/eth-ipfs-state-validator/v4 go 1.18 @@ -18,7 +18,7 @@ require ( github.com/sirupsen/logrus v1.8.1 github.com/spf13/cobra v1.4.0 github.com/spf13/viper v1.11.0 - github.com/vulcanize/ipfs-ethdb/v3 v3.0.3 + github.com/vulcanize/ipfs-ethdb/v4 v4.0.3-alpha ) require (