Skip to content

Commit

Permalink
Update tendermint to 0.22.8
Browse files Browse the repository at this point in the history
Signed-off-by: Silas Davis <[email protected]>
  • Loading branch information
Silas Davis committed Aug 16, 2018
1 parent 9129ede commit b0be9b3
Show file tree
Hide file tree
Showing 162 changed files with 15,934 additions and 2,831 deletions.
52 changes: 28 additions & 24 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 22 additions & 9 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,33 @@
# overriding here because of IAVL
[[override]]
name = "github.com/tendermint/tendermint"
version = "=0.22.4"
version = "=0.22.8"

[[constraint]]
[[override]]
name = "github.com/tendermint/iavl"
version = "=0.9.2"

[[override]]
name = "github.com/gogo/protobuf"
version = "~1.1.0"
#[[constraint]]
# name = "github.com/prometheus/client_golang"
# branch = "master"

[[override]]
name = "github.com/golang/protobuf"
version = "~1.1.0"
# Haven't made a release since 2016.
[[constraint]]
name = "github.com/prometheus/client_golang"
revision = "ae27198cdd90bf12cd134ad79d1366a6cf49f632"

[[override]]
[[constraint]]
name = "golang.org/x/net"
revision = "292b43bbf7cb8d35ddf40f8d5100ef3837cced3f"
#
#[[override]]
# name = "github.com/gogo/protobuf"
# version = "~1.1.0"
#
#[[override]]
# name = "github.com/golang/protobuf"
# version = "~1.1.0"
#
[[constraint]]
name = "google.golang.org/grpc"
version = "~1.13.0"
Loading

0 comments on commit b0be9b3

Please sign in to comment.