Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
upgrade tendermint version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stumble committed Oct 2, 2019
1 parent b64a58d commit 462611b
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 9 deletions.
12 changes: 5 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,16 @@ go 1.12

require (
github.com/cosmos/cosmos-sdk v0.37.0
github.com/go-logfmt/logfmt v0.4.0 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/procfs v0.0.0-20190328153300-af7bedc223fb // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.3.0
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.4.0
github.com/stumble/gorocksdb v0.0.3 // indirect
github.com/tendermint/go-amino v0.15.0
github.com/tendermint/tendermint v0.32.2
github.com/tendermint/tm-db v0.1.1
github.com/tendermint/tendermint v0.32.5
github.com/tendermint/tm-db v0.2.0
golang.org/x/sys v0.0.0-20190329044733-9eb1bfa1ce65 // indirect
google.golang.org/appengine v1.4.0 // indirect
google.golang.org/genproto v0.0.0-20190327125643-d831d65fe17d // indirect
)
Loading

0 comments on commit 462611b

Please sign in to comment.