File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,13 @@ go 1.22.0
55replace (
66 // https://github.com/cosmos/cosmos-sdk/blob/v0.47.3/go.mod#L171-L182
77 github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
8- github.com/hyperledger-labs/yui-relayer v0.5.16 => github.com/hyperledger-labs/yui-relayer v0.5.18-0.20250916103708-f2e9f3c82be9
98 github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
109)
1110
1211require (
1312 github.com/datachainlab/ethereum-ibc-relay-chain v0.3.18
1413 github.com/datachainlab/ibc-hd-signer v0.1.3
15- github.com/hyperledger-labs/yui-relayer v0.5.16
14+ github.com/hyperledger-labs/yui-relayer v0.5.18
1615)
1716
1817require (
Original file line number Diff line number Diff line change @@ -777,8 +777,8 @@ github.com/huandu/skiplist v1.2.0/go.mod h1:7v3iFjLcSAzO4fN5B8dvebvo/qsfumiLiDXM
777777github.com/hudl/fargo v1.3.0 /go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmKTg =
778778github.com/huin/goupnp v1.3.0 h1:UvLUlWDNpoUdYzb2TCn+MuTWtcjXKSza2n6CBdQ0xXc =
779779github.com/huin/goupnp v1.3.0 /go.mod h1:gnGPsThkYa7bFi/KWmEysQRf48l2dvR5bxr2OFckNX8 =
780- github.com/hyperledger-labs/yui-relayer v0.5.18-0.20250916103708-f2e9f3c82be9 h1:oXCl/L0AljE5nbM1EdOQrycIv51URclrdAkRQYu6f8g =
781- github.com/hyperledger-labs/yui-relayer v0.5.18-0.20250916103708-f2e9f3c82be9 /go.mod h1:tGNMIE1y4cGNyRRKhR9rfBtCGLVjgejf3EIXouvdDQc =
780+ github.com/hyperledger-labs/yui-relayer v0.5.18 h1:40H+YOvt3dCljqgOjc5YPHhY0okZ3zeRCH+nZSwx46M =
781+ github.com/hyperledger-labs/yui-relayer v0.5.18 /go.mod h1:tGNMIE1y4cGNyRRKhR9rfBtCGLVjgejf3EIXouvdDQc =
782782github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI =
783783github.com/iancoleman/strcase v0.3.0 /go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho =
784784github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 /go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc =
You can’t perform that action at this time.
0 commit comments