diff --git a/go.mod b/go.mod index 1282243..2d05bd0 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ replace ( require ( github.com/datachainlab/ethereum-ibc-relay-chain v0.3.8 github.com/datachainlab/ibc-hd-signer v0.1.0 - github.com/hyperledger-labs/yui-relayer v0.5.6 + github.com/hyperledger-labs/yui-relayer v0.5.7 ) require ( diff --git a/go.sum b/go.sum index a936bff..495d3f7 100644 --- a/go.sum +++ b/go.sum @@ -776,8 +776,8 @@ github.com/huandu/skiplist v1.2.0/go.mod h1:7v3iFjLcSAzO4fN5B8dvebvo/qsfumiLiDXM github.com/hudl/fargo v1.3.0/go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmKTg= github.com/huin/goupnp v1.3.0 h1:UvLUlWDNpoUdYzb2TCn+MuTWtcjXKSza2n6CBdQ0xXc= github.com/huin/goupnp v1.3.0/go.mod h1:gnGPsThkYa7bFi/KWmEysQRf48l2dvR5bxr2OFckNX8= -github.com/hyperledger-labs/yui-relayer v0.5.6 h1:AG0mIhi56o2MkY/HAgCQDCCymAnSEK2QaS5S04Iytyc= -github.com/hyperledger-labs/yui-relayer v0.5.6/go.mod h1:GeCb1dtZjtQdkBNw1L9+LAUHzNQQhQK+kkoOnZYffw0= +github.com/hyperledger-labs/yui-relayer v0.5.7 h1:ib1Q+l+lP+3MtvSy9w4GJQ0EiJbMnF5caQ4Px9byDZo= +github.com/hyperledger-labs/yui-relayer v0.5.7/go.mod h1:GeCb1dtZjtQdkBNw1L9+LAUHzNQQhQK+kkoOnZYffw0= github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI= github.com/iancoleman/strcase v0.3.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=