Skip to content

Commit

Permalink
Bump Tendermint, IAVL, tm-db
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez committed Mar 24, 2020
1 parent 72c8a04 commit 91109ae
Show file tree
Hide file tree
Showing 2 changed files with 272 additions and 38 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ require (
github.com/pkg/errors v0.9.1
github.com/rakyll/statik v0.1.6
github.com/spf13/afero v1.2.1 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/cobra v0.0.6
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.4.0
github.com/stretchr/testify v1.5.1
github.com/tendermint/btcd v0.1.1
github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15
github.com/tendermint/go-amino v0.15.1
github.com/tendermint/iavl v0.13.0
github.com/tendermint/tendermint v0.33.0
github.com/tendermint/tm-db v0.4.0
github.com/tendermint/iavl v0.13.2
github.com/tendermint/tendermint v0.33.2
github.com/tendermint/tm-db v0.5.0
gopkg.in/yaml.v2 v2.2.8
)

Expand Down
Loading

0 comments on commit 91109ae

Please sign in to comment.