From c7da7c9d237c7430446daef0ffeb66a143eb6859 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Wed, 29 May 2024 16:35:25 +0800 Subject: [PATCH] module tag --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 7da35eb..6c16ebd 100644 --- a/go.mod +++ b/go.mod @@ -140,6 +140,6 @@ require ( ) replace ( - github.com/ethereum/go-ethereum => git.vdb.to/cerc-io/plugeth v1.13.14-cerc-0.0.20240403060251-5c11ceee961c + github.com/ethereum/go-ethereum => git.vdb.to/cerc-io/plugeth v1.13.14-cerc-1 github.com/openrelayxyz/plugeth-utils => git.vdb.to/cerc-io/plugeth-utils v1.5.0-cerc-1 ) diff --git a/go.sum b/go.sum index 8b54f0d..1a6c5f8 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,6 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -git.vdb.to/cerc-io/plugeth v1.13.14-cerc-0.0.20240403060251-5c11ceee961c h1:BfsQTeCvaKLaymajXYI8NkVHpolYK55S+ZojaZlrxh4= -git.vdb.to/cerc-io/plugeth v1.13.14-cerc-0.0.20240403060251-5c11ceee961c/go.mod h1:touuog/Plo0RUMY5E92eO/vqvQuUaPNsUkwNxr5qePM= +git.vdb.to/cerc-io/plugeth v1.13.14-cerc-1 h1:ay44209w1SyFlwUCqPNgH4TGn0yv4Vg2JymwJfEgp4Q= +git.vdb.to/cerc-io/plugeth v1.13.14-cerc-1/go.mod h1:sUMNKCsvK1Afdogl+n8QTm9hmCX4fa0X3SqE+xru89k= git.vdb.to/cerc-io/plugeth-utils v1.5.0-cerc-1 h1:WMdo9Pb5lAn0e2WC1CcD6/mRTWwU0r2KjFoEh0mh2rs= git.vdb.to/cerc-io/plugeth-utils v1.5.0-cerc-1/go.mod h1:Wf47tlE95PHZto1PMFRlmQAf98MBoNSRbwnQxeq0+Z0= github.com/AndreasBriese/bbloom v0.0.0-20190306092124-e2d15f34fcf9/go.mod h1:bOvUY6CB00SOBii9/FifXqc0awNKxLFCL/+pkDPuyl8=