Skip to content

Commit

Permalink
update go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Daisuke Kanda <[email protected]>
  • Loading branch information
dai1975 committed Jul 4, 2024
1 parent 922c248 commit 0c2ba1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 0c2ba1f

Please sign in to comment.