Skip to content

Commit

Permalink
bump up yui-relayer to channel-upgrade branch based on v0.5.5
Browse files Browse the repository at this point in the history
Signed-off-by: Masanori Yoshida <[email protected]>
  • Loading branch information
siburu committed Jul 23, 2024
1 parent 062186b commit d57e4e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ 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
github.com/cosmos/cosmos-sdk v0.50.5
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
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit d57e4e0

Please sign in to comment.