Skip to content

Commit

Permalink
CM-407 - Upgraded to COSMOS SDK 0.38.2
Browse files Browse the repository at this point in the history
  • Loading branch information
njmurarka committed Mar 30, 2020
1 parent 5c7fc34 commit 20538d5
Show file tree
Hide file tree
Showing 2 changed files with 269 additions and 5 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ module github.com/bluzelle/curium
go 1.14

require (
github.com/cosmos/cosmos-sdk v0.38.1
github.com/cosmos/cosmos-sdk v0.38.2
github.com/cosmos/modules/incubator/faucet v0.0.0-20200315124306-c86f71ae76a0
github.com/golang/mock v1.4.0
github.com/gorilla/mux v1.7.4
github.com/magiconair/properties v1.8.1
github.com/spf13/cobra v0.0.5
github.com/spf13/cobra v0.0.6
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.4.0
github.com/stretchr/testify v1.5.1
github.com/tendermint/go-amino v0.15.1
github.com/tendermint/tendermint v0.33.0
github.com/tendermint/tm-db v0.4.0
github.com/tendermint/tendermint v0.33.2
github.com/tendermint/tm-db v0.5.0
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect
)
Loading

0 comments on commit 20538d5

Please sign in to comment.