From fcba37dd21d0f76b1d6c3e3ee584d46ce6159ea7 Mon Sep 17 00:00:00 2001 From: Masanori Yoshida Date: Wed, 8 May 2024 14:54:12 +0900 Subject: [PATCH] Upgrade ethereum-ibc-relay-chain to v0.3.2 Signed-off-by: Masanori Yoshida --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 800fb75..e138c84 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ replace ( ) require ( - github.com/datachainlab/ethereum-ibc-relay-chain v0.3.1 + github.com/datachainlab/ethereum-ibc-relay-chain v0.3.2 github.com/hyperledger-labs/yui-relayer v0.5.3 ) diff --git a/go.sum b/go.sum index 4059233..ed05c77 100644 --- a/go.sum +++ b/go.sum @@ -415,8 +415,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/ethereum-ibc-relay-chain v0.3.1 h1:YxvojPqtcfT4H5kgb5v8xt4c/okZWSBNSQwdJa8v/5k= -github.com/datachainlab/ethereum-ibc-relay-chain v0.3.1/go.mod h1:1hd5KjmnFiKT/g4lJHf39S3VvusBZCvOlmQb4KW7eJI= +github.com/datachainlab/ethereum-ibc-relay-chain v0.3.2 h1:obAxG44znqLUY0wpsTeRrWlQ/A6ls0uYLL1USEM5nko= +github.com/datachainlab/ethereum-ibc-relay-chain v0.3.2/go.mod h1:PdSsegkRJiMWVGq+afDtXKRKg4p8hnmR1Yj5BgXkit0= 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=