From 4539be7da3d50143d25c7bba28fc5f66bd5b823f Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Tue, 31 Oct 2023 15:21:00 +0900 Subject: [PATCH] Remove debug code Signed-off-by: Dongri Jin --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index 06c933b..4e8053e 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,6 @@ go 1.20 replace ( // https://github.com/cosmos/cosmos-sdk/blob/v0.47.3/go.mod#L171-L182 github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0 - github.com/datachainlab/ethereum-ibc-relay-chain => /Users/dongri.jin/go/src/github.com/dongrie/ethereum-ibc-relay-chain-tm2eth github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 )