From 8bf224e65e3c97e4b4e89e5c02bcff1e08ec8a49 Mon Sep 17 00:00:00 2001 From: Jun Kimura Date: Fri, 26 May 2023 22:04:45 +0900 Subject: [PATCH] update ethereum-ibc-relay-chain to v0.1.1 Signed-off-by: Jun Kimura --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 2351b10..4d0baa3 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/datachainlab/yui-relayer-build go 1.20 require ( - github.com/datachainlab/ethereum-ibc-relay-chain v0.1.0 + github.com/datachainlab/ethereum-ibc-relay-chain v0.1.1 github.com/hyperledger-labs/yui-relayer v0.3.2 ) diff --git a/go.sum b/go.sum index 04bf8b2..6340cc0 100644 --- a/go.sum +++ b/go.sum @@ -247,8 +247,8 @@ github.com/cyphar/filepath-securejoin v0.2.3/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxG github.com/daixiang0/gci v0.3.3/go.mod h1:1Xr2bxnQbDxCqqulUOv8qpGqkgRw9RSCGGjEC2LjF8o= github.com/danieljoos/wincred v1.0.2 h1:zf4bhty2iLuwgjgpraD2E9UbvO+fe54XXGJbOwe23fU= github.com/danieljoos/wincred v1.0.2/go.mod h1:SnuYRW9lp1oJrZX/dXJqr0cPK5gYXqx3EJbmjhLdK9U= -github.com/datachainlab/ethereum-ibc-relay-chain v0.1.0 h1:nxw8prvS2E4Oxy/7tX6Qk7aDnOJPz9o5WzKNx5s3c2k= -github.com/datachainlab/ethereum-ibc-relay-chain v0.1.0/go.mod h1:prlTQq2/yMWeuGDU88YC0CXVy6g5LUi1eLY3hqag9Xk= +github.com/datachainlab/ethereum-ibc-relay-chain v0.1.1 h1:YAfsEi+2+nF+zFbidnW3fIMnKNbGhmezEm1EUxYNyIw= +github.com/datachainlab/ethereum-ibc-relay-chain v0.1.1/go.mod h1:prlTQq2/yMWeuGDU88YC0CXVy6g5LUi1eLY3hqag9Xk= github.com/datachainlab/ibc-mock-client v0.2.1 h1:xjraN6S8+kwDD4U75dsNZzmRy/E9W1KAXfKt25fu/Zw= github.com/datachainlab/ibc-mock-client v0.2.1/go.mod h1:NZ1+hehaxND7KXL66gDP/JAhC+CPO30vTpzjIvrxYxI= github.com/davecgh/go-spew v0.0.0-20161028175848-04cdfd42973b/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=