Skip to content

Commit

Permalink
upstream: upgrade to cosmos-sdk@0.38.3 and tendermint@0.33 (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilkumarpilli authored Apr 30, 2020
1 parent 11abc21 commit d99e349
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 8 deletions.
15 changes: 7 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ require (
github.com/boz/go-lifecycle v0.1.1-0.20190620234137-5139c86739b8
github.com/btcsuite/btcd v0.20.1-beta // indirect
github.com/caarlos0/env v3.3.0+incompatible
github.com/cosmos/cosmos-sdk v0.38.1
github.com/cosmos/cosmos-sdk v0.38.3
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/fsnotify/fsnotify v1.4.8-0.20191012010759-4bf2d1fec783 // indirect
github.com/go-kit/kit v0.9.1-0.20191018122245-9f5354e50d79
github.com/go-kit/kit v0.10.0
github.com/gogo/protobuf v1.3.1
github.com/golang/snappy v0.0.2-0.20190904063534-ff6b7dc882cf // indirect
github.com/golangci/golangci-lint v1.21.0
github.com/google/uuid v1.1.2-0.20190416172445-c2e93f3ae59f // indirect
github.com/gorilla/mux v1.7.3
github.com/gosuri/uitable v0.0.4
github.com/gosuri/uitable v0.0.4 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.11.3
github.com/hashicorp/hcl v1.0.1-0.20191016231534-914dc3f8dd7c // indirect
github.com/jmhodges/levigo v1.0.1-0.20191019112844-b572e7f4cdac // indirect
Expand All @@ -29,16 +29,15 @@ require (
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect
github.com/rs/cors v1.7.1-0.20191011001009-dcbccb712443 // indirect
github.com/spf13/cast v1.3.1-0.20190531093228-c01685bb8421 // indirect
github.com/spf13/cobra v0.0.6-0.20191014031137-8a4b46fadf75
github.com/spf13/cobra v0.0.6
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.2
github.com/stretchr/objx v0.2.1-0.20190415111823-35313a95ee26 // indirect
github.com/stretchr/testify v1.4.0
github.com/stretchr/testify v1.5.1
github.com/subosito/gotenv v1.2.1-0.20190917103637-de67a6614a4d // indirect
github.com/tecbot/gorocksdb v0.0.0-20191019123150-400c56251341 // indirect
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.3
github.com/tendermint/tm-db v0.5.0
github.com/vektra/mockery v0.0.0-20181123154057-e78b021dcbb5
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
google.golang.org/appengine v1.6.6-0.20191016204603-16bce7d3dc4e // indirect
Expand Down
Loading

0 comments on commit d99e349

Please sign in to comment.