Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
chain: Bump SDK version to 0.37.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sorawit committed May 11, 2020
1 parent a54ab66 commit 4d67282
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chain/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/btcsuite/btcd v0.0.0-20190213025234-306aecffea32 // indirect
github.com/cosmos/cosmos-sdk v0.37.11
github.com/cosmos/cosmos-sdk v0.37.12
github.com/cosmos/ledger-cosmos-go v0.11.1 // indirect
github.com/ethereum/go-ethereum v1.9.12
github.com/gin-gonic/gin v1.6.2
Expand All @@ -19,6 +19,6 @@ require (
github.com/stretchr/testify v1.5.1
github.com/tendermint/go-amino v0.15.1
github.com/tendermint/iavl v0.12.4
github.com/tendermint/tendermint v0.32.10
github.com/tendermint/tendermint v0.32.11
github.com/tendermint/tm-db v0.2.0
)
4 changes: 4 additions & 0 deletions chain/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA=
github.com/cosmos/cosmos-sdk v0.37.11 h1:lQmsumkf5mnxfAV4+FqvtlorvHyrJ5Iq72m1oL5RsRc=
github.com/cosmos/cosmos-sdk v0.37.11/go.mod h1:PG0SiXXlRej2X62VJLGbbiQuFa+i8TX/98vcfX71QLI=
github.com/cosmos/cosmos-sdk v0.37.12 h1:rJnXjX6eUnfowrfFdq28b93Fe0hjdWhaBtQP5MpIBZw=
github.com/cosmos/cosmos-sdk v0.37.12/go.mod h1:aaL8qeMIBfQWfpNqfhXDXzXQ8/g9MUM3pBhWJOlrB7Q=
github.com/cosmos/go-bip39 v0.0.0-20180618194314-52158e4697b8 h1:Iwin12wRQtyZhH6FV3ykFcdGNlYEzoeR0jN8Vn+JWsI=
github.com/cosmos/go-bip39 v0.0.0-20180618194314-52158e4697b8/go.mod h1:tSxLoYXyBmiFeKpvmq4dzayMdCjCnu8uqmCysIGBT2Y=
github.com/cosmos/ledger-cosmos-go v0.10.3 h1:Qhi5yTR5Pg1CaTpd00pxlGwNl4sFRdtK1J96OTjeFFc=
Expand Down Expand Up @@ -394,6 +396,8 @@ github.com/tendermint/iavl v0.12.4/go.mod h1:8LHakzt8/0G3/I8FUU0ReNx98S/EP6eyPJk
github.com/tendermint/tendermint v0.32.1/go.mod h1:jmPDAKuNkev9793/ivn/fTBnfpA9mGBww8MPRNPNxnU=
github.com/tendermint/tendermint v0.32.10 h1:2NSVddRwicGb8a2Hu0QccQAy8uW0zD8Y1y4JeWTLS0U=
github.com/tendermint/tendermint v0.32.10/go.mod h1:5/B1XZjNYtVBso8o1l/Eg4A0Mhu42lDcmftoQl95j/E=
github.com/tendermint/tendermint v0.32.11 h1:o770nBHgDPnANsMXG5bMR5ibMQYB14PFtUum64UA/Uc=
github.com/tendermint/tendermint v0.32.11/go.mod h1:5/B1XZjNYtVBso8o1l/Eg4A0Mhu42lDcmftoQl95j/E=
github.com/tendermint/tm-db v0.1.1/go.mod h1:0cPKWu2Mou3IlxecH+MEUSYc1Ch537alLe6CpFrKzgw=
github.com/tendermint/tm-db v0.2.0 h1:rJxgdqn6fIiVJZy4zLpY1qVlyD0TU6vhkT4kEf71TQQ=
github.com/tendermint/tm-db v0.2.0/go.mod h1:0cPKWu2Mou3IlxecH+MEUSYc1Ch537alLe6CpFrKzgw=
Expand Down

0 comments on commit 4d67282

Please sign in to comment.