update godep for abci

This commit is contained in:
Ethan Buchman 2018-06-01 00:00:28 -04:00
parent 866bcceb35
commit e5bca1df6f
2 changed files with 7 additions and 6 deletions

11
Gopkg.lock generated
View File

@ -57,8 +57,11 @@
name = "github.com/gogo/protobuf"
packages = [
"gogoproto",
"jsonpb",
"proto",
"protoc-gen-gogo/descriptor"
"protoc-gen-gogo/descriptor",
"sortkeys",
"types"
]
revision = "1adfc126b41513cc696b209667c8656ea7aac67c"
version = "v1.0.0"
@ -66,12 +69,10 @@
[[projects]]
name = "github.com/golang/protobuf"
packages = [
"jsonpb",
"proto",
"ptypes",
"ptypes/any",
"ptypes/duration",
"ptypes/struct",
"ptypes/timestamp"
]
revision = "925541529c1fa6821df4e44ce2723319eb2be768"
@ -237,8 +238,8 @@
"server",
"types"
]
revision = "b1b784cfa837cfbcd14f3bb38d97c2a899ff882a"
version = "v0.11.0-rc2"
revision = "c681347ee3c4906b169d39ffc4def87714494cbd"
version = "v0.11.0-rc3"
[[projects]]
branch = "master"

View File

@ -71,7 +71,7 @@
[[constraint]]
name = "github.com/tendermint/abci"
version = "~0.11.0-rc2"
version = "~0.11.0-rc3"
[[constraint]]
name = "github.com/tendermint/go-crypto"