From 6aec9df88c6fe852cbe0ab300f09d8b9af31af37 Mon Sep 17 00:00:00 2001 From: Liu Peng Date: Wed, 29 Sep 2021 17:41:48 +0800 Subject: [PATCH] refactor --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1b30ceb..636e0bf 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/TTCECO/rosetta-maro -replace github.com/coinbase/rosetta-ethereum => github.com/TTCECO/rosetta-maro v0.0.5-0.20210929024408-69800a0cddc3 +replace github.com/coinbase/rosetta-ethereum => ./ require ( github.com/OneOfOne/xxhash v1.2.5 // indirect