From 0c2ba1fa7c29fab896c34d679d741b43a89d4154 Mon Sep 17 00:00:00 2001 From: Daisuke Kanda Date: Thu, 4 Jul 2024 07:08:02 +0000 Subject: [PATCH] update go.mod Signed-off-by: Daisuke Kanda --- go.mod | 5 ++--- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index a4d2cf7..73700ca 100644 --- a/go.mod +++ b/go.mod @@ -5,9 +5,8 @@ go 1.21 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 => github.com/dai1975/ethereum-ibc-relay-chain v0.0.0-20240625081645-d6978a0ef5bf - //github.com/datachainlab/ibc-hd-signer => ../ibc-hd-signer - github.com/datachainlab/ibc-hd-signer => github.com/datachainlab/ibc-hd-signer v0.0.0-20240625084331-f141d93a55f8 + github.com/datachainlab/ethereum-ibc-relay-chain => github.com/dai1975/ethereum-ibc-relay-chain v0.0.0-20240704065948-5f238aba11a9 + github.com/datachainlab/ibc-hd-signer v0.0.0 => github.com/datachainlab/ibc-hd-signer v0.0.0-20240702051257-f69056d48080 github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 ) diff --git a/go.sum b/go.sum index 0b16beb..5fa92b5 100644 --- a/go.sum +++ b/go.sum @@ -413,12 +413,12 @@ github.com/crate-crypto/go-kzg-4844 v0.7.0 h1:C0vgZRk4q4EZ/JgPfzuSoxdCq3C3mOZMBS github.com/crate-crypto/go-kzg-4844 v0.7.0/go.mod h1:1kMhvPgI0Ky3yIa+9lFySEBUBXkYxeOi8ZF1sYioxhc= github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= -github.com/dai1975/ethereum-ibc-relay-chain v0.0.0-20240625081645-d6978a0ef5bf h1:FqcWzcIwvjfhnqIfHFO5LzPVcII2FGKI2Yw0BMWiRlI= -github.com/dai1975/ethereum-ibc-relay-chain v0.0.0-20240625081645-d6978a0ef5bf/go.mod h1:9rJTxXmEFVw8VrHYbKSK7bIQk1PVJm8pzyAYknMNNqc= +github.com/dai1975/ethereum-ibc-relay-chain v0.0.0-20240704065948-5f238aba11a9 h1:mv6i9xvc2YQ4S94wnjCLp4jumiQK3pbwI1upEFuNrU4= +github.com/dai1975/ethereum-ibc-relay-chain v0.0.0-20240704065948-5f238aba11a9/go.mod h1:9rJTxXmEFVw8VrHYbKSK7bIQk1PVJm8pzyAYknMNNqc= github.com/danieljoos/wincred v1.1.2 h1:QLdCxFs1/Yl4zduvBdcHB8goaYk9RARS2SgLLRuAyr0= github.com/danieljoos/wincred v1.1.2/go.mod h1:GijpziifJoIBfYh+S7BbkdUTU4LfM+QnGqR5Vl2tAx0= -github.com/datachainlab/ibc-hd-signer v0.0.0-20240625084331-f141d93a55f8 h1:FqN2/G/EPcDddCnVYGmNB/fO5AdD6lG6bl+FMkcKU2w= -github.com/datachainlab/ibc-hd-signer v0.0.0-20240625084331-f141d93a55f8/go.mod h1:wUbLb2EryMCY+GfEsziU0T032Gch04jmrN0D4XGAfOI= +github.com/datachainlab/ibc-hd-signer v0.0.0-20240702051257-f69056d48080 h1:PajOYoAJ5nvlHQk8hsYV4CvopzznyM8Ne0vWtPVCgMQ= +github.com/datachainlab/ibc-hd-signer v0.0.0-20240702051257-f69056d48080/go.mod h1:wUbLb2EryMCY+GfEsziU0T032Gch04jmrN0D4XGAfOI= github.com/datachainlab/ibc-mock-client v0.4.1 h1:FQfyFOodgnchCIicpS7Vzji3yxXDe4Jl5hmE5Vz7M1s= github.com/datachainlab/ibc-mock-client v0.4.1/go.mod h1:2wGddiF2uHFhiMBpSskzKT/wA8naXi5DLoXt1KEZA1o= github.com/davecgh/go-spew v0.0.0-20171005155431-ecdeabc65495/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=