Skip to content

Commit

Permalink
bump chain module to v0.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
  • Loading branch information
bluele committed May 2, 2024
1 parent 8aa1ab6 commit 9a63c20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
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/datachainlab/ethereum-ibc-relay-chain v0.3.0
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.1
github.com/ethereum/go-ethereum v1.14.0
github.com/hyperledger-labs/yui-relayer v0.5.1
github.com/spf13/cobra v1.8.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/danieljoos/wincred v1.1.2 h1:QLdCxFs1/Yl4zduvBdcHB8goaYk9RARS2SgLLRuAyr0=
github.com/danieljoos/wincred v1.1.2/go.mod h1:GijpziifJoIBfYh+S7BbkdUTU4LfM+QnGqR5Vl2tAx0=
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.0 h1:NugztdMxyMo2iBTzZfuZ6QPuRF/UjI2roJG4iuA4CTU=
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.0/go.mod h1:1hd5KjmnFiKT/g4lJHf39S3VvusBZCvOlmQb4KW7eJI=
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.1 h1:YxvojPqtcfT4H5kgb5v8xt4c/okZWSBNSQwdJa8v/5k=
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.1/go.mod h1:1hd5KjmnFiKT/g4lJHf39S3VvusBZCvOlmQb4KW7eJI=
github.com/davecgh/go-spew v0.0.0-20171005155431-ecdeabc65495/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 9a63c20

Please sign in to comment.