From 3ebea819a688cda144a0c0b2770fb9eefd51b366 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Wed, 20 Mar 2024 15:45:35 +0800 Subject: [PATCH] fixup! Use external main module --- wrapmain/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapmain/go.mod b/wrapmain/go.mod index 9d280cbfb..594de928e 100644 --- a/wrapmain/go.mod +++ b/wrapmain/go.mod @@ -2,7 +2,7 @@ module github.com/cerc-io/plugeth-statediff/wrapmain go 1.19 -require github.com/ethereum/go-ethereum v1.11.6 +require github.com/ethereum/go-ethereum v1.13.14 require ( github.com/DataDog/zstd v1.5.2 // indirect