From 2b97faeb5820f7b88ecefe272aa12af87be2c4da Mon Sep 17 00:00:00 2001 From: Masanori Yoshida Date: Tue, 27 Aug 2024 22:25:00 +0900 Subject: [PATCH] update yui-relayer & ethereum-ibc-relay-chain Signed-off-by: Masanori Yoshida --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 36f4dcf..dd5a403 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/datachainlab/yui-relayer-build go 1.21 replace ( - github.com/datachainlab/ethereum-ibc-relay-chain => github.com/siburu/ethereum-ibc-relay-chain v0.0.0-20240822152719-5e429c822e3f - github.com/hyperledger-labs/yui-relayer => github.com/siburu/yui-relayer v0.0.0-20240822151440-037b0be3d0f0 + github.com/datachainlab/ethereum-ibc-relay-chain => github.com/siburu/ethereum-ibc-relay-chain v0.0.0-20240827044302-67a9c4c65f06 + github.com/hyperledger-labs/yui-relayer => github.com/siburu/yui-relayer v0.0.0-20240826155600-a9f0af686251 ) replace ( diff --git a/go.sum b/go.sum index f4439eb..e8444a2 100644 --- a/go.sum +++ b/go.sum @@ -1047,10 +1047,10 @@ github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible h1:Bn1aCHHRnjv4Bl16T8rcaFjYSrGrIZvpiGO6P3Q4GpU= github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA= github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= -github.com/siburu/ethereum-ibc-relay-chain v0.0.0-20240822152719-5e429c822e3f h1:0PTp8f+GvCU16So12OQF7TNOCsUTorBjpoMxIwXLFaU= -github.com/siburu/ethereum-ibc-relay-chain v0.0.0-20240822152719-5e429c822e3f/go.mod h1:ORdrGzyiPkrfKTznHKBkMixsJ5wjJ1I/EjQyptLaMC0= -github.com/siburu/yui-relayer v0.0.0-20240822151440-037b0be3d0f0 h1:ISyU127iUqffx6oAR8/gyyAYaHiXjVTFtI4POb11jtY= -github.com/siburu/yui-relayer v0.0.0-20240822151440-037b0be3d0f0/go.mod h1:GeCb1dtZjtQdkBNw1L9+LAUHzNQQhQK+kkoOnZYffw0= +github.com/siburu/ethereum-ibc-relay-chain v0.0.0-20240827044302-67a9c4c65f06 h1:PDvxUDjMX0xQELGwR98UNcxZOFPeTBlcUYzzHOWHnpc= +github.com/siburu/ethereum-ibc-relay-chain v0.0.0-20240827044302-67a9c4c65f06/go.mod h1:ORdrGzyiPkrfKTznHKBkMixsJ5wjJ1I/EjQyptLaMC0= +github.com/siburu/yui-relayer v0.0.0-20240826155600-a9f0af686251 h1:yPSzTKOwBEdG6Q01ABtg2H0TjsJ2hdo7Kyur7Mfa65c= +github.com/siburu/yui-relayer v0.0.0-20240826155600-a9f0af686251/go.mod h1:GeCb1dtZjtQdkBNw1L9+LAUHzNQQhQK+kkoOnZYffw0= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=