Skip to content

Commit

Permalink
Merge PR: bump to Version v0.16.8.5 (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongqiuwood authored Mar 29, 2021
1 parent 8d24c48 commit 36cba18
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export GO111MODULE=on

GithubTop=github.com

Version=v0.16.8.4
Version=v0.16.8.5
CosmosSDK=v0.39.2
Tendermint=v0.33.9
Iavl=v0.14.1
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ require (
)

replace (
github.com/cosmos/cosmos-sdk => github.com/okex/cosmos-sdk v0.39.3-0.20210325135631-4b6a14172444
github.com/cosmos/cosmos-sdk => github.com/okex/cosmos-sdk v0.39.2-okexchain13
github.com/tendermint/iavl => github.com/okex/iavl v0.14.1-okexchain2
github.com/tendermint/tendermint => github.com/okex/tendermint v0.33.9-okexchain5.0.20210325135719-e2d9fa209d3a
github.com/tendermint/tendermint => github.com/okex/tendermint v0.33.9-okexchain6
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -500,12 +500,12 @@ github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxzi
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
github.com/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/okex/cosmos-sdk v0.39.3-0.20210325135631-4b6a14172444 h1:eeHhrb+rRX4g9eQLsBGTmQrJ/m81E9MCaT3eu9FoPVs=
github.com/okex/cosmos-sdk v0.39.3-0.20210325135631-4b6a14172444/go.mod h1:Y1C2roqCVZ6gSYG31X77x4NLcbSGS9VP1GIiAE1imcc=
github.com/okex/cosmos-sdk v0.39.2-okexchain13 h1:krs8uu1ACDPtvmNJouSZEslqGrSmQpacT60qYeFsYek=
github.com/okex/cosmos-sdk v0.39.2-okexchain13/go.mod h1:Y1C2roqCVZ6gSYG31X77x4NLcbSGS9VP1GIiAE1imcc=
github.com/okex/iavl v0.14.1-okexchain2 h1:vhWUd07zSLAckgaZBVaj/MGAm1FQ6P0i8zTuW/xbMGU=
github.com/okex/iavl v0.14.1-okexchain2/go.mod h1:QmfViflFiXzxKLQE4tAUuWQHq+RSuQFxablW5oJZ6sE=
github.com/okex/tendermint v0.33.9-okexchain5.0.20210325135719-e2d9fa209d3a h1:c/YTfhpnhDHWj//OvP/AKDkDfnInNWgKHepyzMCjnbM=
github.com/okex/tendermint v0.33.9-okexchain5.0.20210325135719-e2d9fa209d3a/go.mod h1:EoGTbJUufUueNIigY3zyO6f7GOj29OdpFhuR8sxWdSU=
github.com/okex/tendermint v0.33.9-okexchain6 h1:qo/lf7oHfByifXFOYxJqRDbQd55JqREcIEHg/Fu30jE=
github.com/okex/tendermint v0.33.9-okexchain6/go.mod h1:EoGTbJUufUueNIigY3zyO6f7GOj29OdpFhuR8sxWdSU=
github.com/oklog/oklog v0.3.2/go.mod h1:FCV+B7mhrz4o+ueLpx+KqkyXRGMWOYEvfiXtdGtbWGs=
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
Expand Down

0 comments on commit 36cba18

Please sign in to comment.