Skip to content

Commit

Permalink
update lcp-go to v0.2.12
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele committed Nov 12, 2024
1 parent f6126c7 commit 2e076f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This repository contains multiple modules:
- [ibc-solidity v0.3.38](https://github.com/hyperledger-labs/yui-ibc-solidity/releases/tag/v0.3.38)
- [lcp v0.2.11](https://github.com/datachainlab/lcp/releases/tag/v0.2.11)
- [ethereum-elc v0.0.21](https://github.com/datachainlab/ethereum-elc/releases/tag/v0.0.21)
- [lcp-go v0.2.10](https://github.com/datachainlab/lcp-go/releases/tag/v0.2.10)
- [lcp-go v0.2.12](https://github.com/datachainlab/lcp-go/releases/tag/v0.2.12)
- [lcp-solidity v0.1.15](https://github.com/datachainlab/lcp-solidity/releases/tag/v0.1.15)
- [yui-relayer v0.5.8](https://github.com/hyperledger-labs/yui-relayer/releases/tag/v0.5.8)
- [ethereum-ibc-relay-chain v0.3.10](https://github.com/datachainlab/ethereum-ibc-relay-chain/releases/tag/v0.3.10)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.10
github.com/datachainlab/ethereum-ibc-relay-prover v0.3.5
github.com/datachainlab/ibc-hd-signer v0.1.0
github.com/datachainlab/lcp-go v0.2.12-0.20241111132317-83b85afb78c1
github.com/datachainlab/lcp-go v0.2.12
github.com/hyperledger-labs/yui-relayer v0.5.8
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,8 @@ github.com/datachainlab/ethereum-ibc-relay-prover v0.3.5 h1:vX48E2uPme0P9MW2zqGI
github.com/datachainlab/ethereum-ibc-relay-prover v0.3.5/go.mod h1:OfuufukSThjjZXQtFyZqwY9csQNrJ/wIm0VLAUw3l4g=
github.com/datachainlab/ibc-hd-signer v0.1.0 h1:dmnFTAwFpl0m7Lx6+b+N/rrNpHQnXpyJAYnM25GhDi0=
github.com/datachainlab/ibc-hd-signer v0.1.0/go.mod h1:wUbLb2EryMCY+GfEsziU0T032Gch04jmrN0D4XGAfOI=
github.com/datachainlab/lcp-go v0.2.12-0.20241111132317-83b85afb78c1 h1:+YCGZcub6o9WkwnstiLxNTQRepIqHsddr3YmtQP+tus=
github.com/datachainlab/lcp-go v0.2.12-0.20241111132317-83b85afb78c1/go.mod h1:0ivRb4qUiZz5UQxsbRKygQyFz0XC6TIC6YpEUdOc1So=
github.com/datachainlab/lcp-go v0.2.12 h1:k+gP2KSHUTzPkUXF5Khlbmq60UDlYfMhmW4aPiRo0a4=
github.com/datachainlab/lcp-go v0.2.12/go.mod h1:0ivRb4qUiZz5UQxsbRKygQyFz0XC6TIC6YpEUdOc1So=
github.com/davecgh/go-spew v0.0.0-20171005155431-ecdeabc65495/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 2e076f5

Please sign in to comment.