update for new abci

This commit is contained in:
Ethan Buchman 2018-05-31 11:09:37 -04:00
parent 0e0461d9bc
commit e13c1ab735
2 changed files with 6 additions and 7 deletions

11
Gopkg.lock generated
View File

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

View File

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