From df51e5b9fe007100644186e3ba06a5154f374cfb Mon Sep 17 00:00:00 2001 From: Masanori Yoshida Date: Thu, 29 Aug 2024 09:50:07 +0900 Subject: [PATCH] update yui-relayer to apply minor fixes 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 b4e0857..19912be 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.21 replace ( github.com/datachainlab/ethereum-ibc-relay-chain => github.com/siburu/ethereum-ibc-relay-chain v0.0.0-20240827142719-4f8e060ac93b - github.com/hyperledger-labs/yui-relayer => github.com/siburu/yui-relayer v0.0.0-20240828065130-4067a9e2bd76 + github.com/hyperledger-labs/yui-relayer => github.com/siburu/yui-relayer v0.0.0-20240829004813-a84eea13c598 ) replace ( diff --git a/go.sum b/go.sum index 1cb48af..c0cb8ae 100644 --- a/go.sum +++ b/go.sum @@ -1049,8 +1049,8 @@ github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible/go 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-20240827142719-4f8e060ac93b h1:hDh9EjZxzcP7DIP4gnqXm01hfrq1X0V5wrhim4iQxGs= github.com/siburu/ethereum-ibc-relay-chain v0.0.0-20240827142719-4f8e060ac93b/go.mod h1:ORdrGzyiPkrfKTznHKBkMixsJ5wjJ1I/EjQyptLaMC0= -github.com/siburu/yui-relayer v0.0.0-20240828065130-4067a9e2bd76 h1:qJgoSkFjPQKJ0tpFZAeJTQYNTLz0v/lhcjjomDE9EbA= -github.com/siburu/yui-relayer v0.0.0-20240828065130-4067a9e2bd76/go.mod h1:GeCb1dtZjtQdkBNw1L9+LAUHzNQQhQK+kkoOnZYffw0= +github.com/siburu/yui-relayer v0.0.0-20240829004813-a84eea13c598 h1:O6EQ6n0EFGQfTUpOk3Xi0Cda8mG63/RfG8EakK8scbA= +github.com/siburu/yui-relayer v0.0.0-20240829004813-a84eea13c598/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=