From 2e076f52bd839394ac78a5f4e6a663c533fe6449 Mon Sep 17 00:00:00 2001 From: Jun Kimura Date: Tue, 12 Nov 2024 21:27:42 +0900 Subject: [PATCH] update lcp-go to v0.2.12 Signed-off-by: Jun Kimura --- README.md | 2 +- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 96fac18..d6232eb 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/go.mod b/go.mod index 314a9d8..e7d6fa3 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index edf65c8..b1d37da 100644 --- a/go.sum +++ b/go.sum @@ -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=