diff --git a/go.mod b/go.mod index 2e3b5a5..ca60193 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/datachainlab/ethereum-ibc-relay-chain go 1.21 -replace github.com/hyperledger-labs/yui-relayer => github.com/siburu/yui-relayer v0.0.0-20240709055943-1803ad8be914 +replace github.com/hyperledger-labs/yui-relayer => github.com/siburu/yui-relayer v0.0.0-20240723011500-68f0beee6739 require ( github.com/avast/retry-go v3.0.0+incompatible @@ -10,7 +10,7 @@ require ( github.com/cosmos/gogoproto v1.4.11 github.com/cosmos/ibc-go/v8 v8.2.0 github.com/ethereum/go-ethereum v1.13.15 - github.com/hyperledger-labs/yui-relayer v0.5.4 + github.com/hyperledger-labs/yui-relayer v0.5.5 github.com/spf13/cobra v1.8.0 github.com/stretchr/testify v1.9.0 ) diff --git a/go.sum b/go.sum index 1f09660..9ac2af9 100644 --- a/go.sum +++ b/go.sum @@ -1020,8 +1020,8 @@ 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/yui-relayer v0.0.0-20240709055943-1803ad8be914 h1:Rtg12nTnMrLxxQNpT+jJYLX7HO3J96x4wXcK4MAhhkQ= -github.com/siburu/yui-relayer v0.0.0-20240709055943-1803ad8be914/go.mod h1:GeCb1dtZjtQdkBNw1L9+LAUHzNQQhQK+kkoOnZYffw0= +github.com/siburu/yui-relayer v0.0.0-20240723011500-68f0beee6739 h1:EOR0nrf9smyjXYBtfzocL0HgOWr31tHojx0/Fkuf61Q= +github.com/siburu/yui-relayer v0.0.0-20240723011500-68f0beee6739/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=