diff --git a/README.md b/README.md index 61d7f8a..b81828e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ This repository contains multiple modules: - [ibc-solidity v0.3.28](https://github.com/hyperledger-labs/yui-ibc-solidity/releases/tag/v0.3.28) - [lcp v0.2.7](https://github.com/datachainlab/lcp/releases/tag/v0.2.7) - [ethereum-elc v0.0.11](https://github.com/datachainlab/ethereum-elc/releases/tag/v0.0.11) -- [lcp-go v0.2.0](https://github.com/datachainlab/lcp-go/releases/tag/v0.2.0) +- [lcp-go v0.2.2](https://github.com/datachainlab/lcp-go/releases/tag/v0.2.2) - [lcp-solidity v0.1.9](https://github.com/datachainlab/lcp-solidity/releases/tag/v0.1.9) - [yui-relayer v0.5.3](https://github.com/hyperledger-labs/yui-relayer/releases/tag/v0.5.3) - [ethereum-ibc-relay-chain v0.3.4](https://github.com/datachainlab/ethereum-ibc-relay-chain/releases/tag/v0.3.4) diff --git a/go.mod b/go.mod index 720aae3..9a75b4d 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/datachainlab/ethereum-ibc-relay-chain v0.3.4 github.com/datachainlab/ethereum-ibc-relay-prover v0.3.0 - github.com/datachainlab/lcp-go v0.2.0 + github.com/datachainlab/lcp-go v0.2.2 github.com/hyperledger-labs/yui-relayer v0.5.3 ) diff --git a/go.sum b/go.sum index 4f48d83..8db645b 100644 --- a/go.sum +++ b/go.sum @@ -434,8 +434,8 @@ github.com/datachainlab/ethereum-ibc-relay-chain v0.3.4 h1:2mbvy6W/lm11SeQBgj110 github.com/datachainlab/ethereum-ibc-relay-chain v0.3.4/go.mod h1:PdSsegkRJiMWVGq+afDtXKRKg4p8hnmR1Yj5BgXkit0= github.com/datachainlab/ethereum-ibc-relay-prover v0.3.0 h1:2gAoULm+kF9JZLNImkxLI7TCfBstfKrm4/leU6d1CR4= github.com/datachainlab/ethereum-ibc-relay-prover v0.3.0/go.mod h1:OfuufukSThjjZXQtFyZqwY9csQNrJ/wIm0VLAUw3l4g= -github.com/datachainlab/lcp-go v0.2.0 h1:zAdsWGMZGs64yLbGxjoVyIqJRaQ9uEMWvf5Gkoh6rtw= -github.com/datachainlab/lcp-go v0.2.0/go.mod h1:e/uqqmNIxI8w31ynLSA4G4NVCJmnxi6197pKD6QwKhI= +github.com/datachainlab/lcp-go v0.2.2 h1:d6rhJNBb4CRWw4f/QAvTguMVOL6mJ8EUEVYWByuElMQ= +github.com/datachainlab/lcp-go v0.2.2/go.mod h1:pJR9B0YzFwRLzTh0TQPvTojdGSJbAVla8UUFNwjcOpg= 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= diff --git a/tests/e2e/chains/tendermint/go.mod b/tests/e2e/chains/tendermint/go.mod index b7d6bfe..aa923de 100644 --- a/tests/e2e/chains/tendermint/go.mod +++ b/tests/e2e/chains/tendermint/go.mod @@ -21,7 +21,7 @@ require ( github.com/cosmos/gogoproto v1.4.11 github.com/cosmos/ibc-go/modules/capability v1.0.0 github.com/cosmos/ibc-go/v8 v8.2.0 - github.com/datachainlab/lcp-go v0.2.0 + github.com/datachainlab/lcp-go v0.2.2 github.com/grpc-ecosystem/grpc-gateway v1.16.0 github.com/spf13/cast v1.6.0 github.com/spf13/cobra v1.8.0 diff --git a/tests/e2e/chains/tendermint/go.sum b/tests/e2e/chains/tendermint/go.sum index 8b9a2b7..78ca624 100644 --- a/tests/e2e/chains/tendermint/go.sum +++ b/tests/e2e/chains/tendermint/go.sum @@ -384,8 +384,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= 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/lcp-go v0.2.0 h1:zAdsWGMZGs64yLbGxjoVyIqJRaQ9uEMWvf5Gkoh6rtw= -github.com/datachainlab/lcp-go v0.2.0/go.mod h1:e/uqqmNIxI8w31ynLSA4G4NVCJmnxi6197pKD6QwKhI= +github.com/datachainlab/lcp-go v0.2.2 h1:d6rhJNBb4CRWw4f/QAvTguMVOL6mJ8EUEVYWByuElMQ= +github.com/datachainlab/lcp-go v0.2.2/go.mod h1:pJR9B0YzFwRLzTh0TQPvTojdGSJbAVla8UUFNwjcOpg= 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= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=