From 46570120923de036a159106f84ca21b528429166 Mon Sep 17 00:00:00 2001 From: Josh Bowen Date: Fri, 18 Mar 2022 13:43:08 -0600 Subject: [PATCH] rename module from tharsis/ethermint to celestiaorg/ethermint --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 67e7186a1a..40d4227a93 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/tharsis/ethermint +module github.com/celestiaorg/ethermint go 1.17