update deps

This commit is contained in:
Ethan Buchman 2018-04-09 16:42:02 +03:00
parent ccd92358db
commit cda03dd874
2 changed files with 13 additions and 15 deletions

17
Gopkg.lock generated
View File

@ -261,8 +261,8 @@
"server", "server",
"types" "types"
] ]
revision = "c62aed95f2ce399ec815b0cafe478af002cdc4e6" revision = "78a8905690ef54f9d57e3b2b0ee7ad3a04ef3f1f"
version = "v0.10.3-dev" version = "v0.10.3"
[[projects]] [[projects]]
branch = "master" branch = "master"
@ -289,8 +289,8 @@
"keys/words", "keys/words",
"keys/words/wordlist" "keys/words/wordlist"
] ]
revision = "5d5f580f49ca66c13400938c64334186068c8b7c" revision = "915416979bf70efa4bcbf1c6cd5d64c5fff9fc19"
version = "v0.6.1" version = "v0.6.2"
[[projects]] [[projects]]
name = "github.com/tendermint/go-wire" name = "github.com/tendermint/go-wire"
@ -305,7 +305,6 @@
version = "v0.7.0" version = "v0.7.0"
[[projects]] [[projects]]
branch = "bucky/aminoify"
name = "github.com/tendermint/tendermint" name = "github.com/tendermint/tendermint"
packages = [ packages = [
"blockchain", "blockchain",
@ -343,7 +342,8 @@
"types/priv_validator", "types/priv_validator",
"version" "version"
] ]
revision = "466c3ab1c79c1e9856aeea80c9e11c31219d11f0" revision = "dcd00b0e688f133b9634aee513f8bf856e659356"
version = "v0.19.0-rc4"
[[projects]] [[projects]]
name = "github.com/tendermint/tmlibs" name = "github.com/tendermint/tmlibs"
@ -361,7 +361,7 @@
"pubsub/query" "pubsub/query"
] ]
revision = "2e24b64fc121dcdf1cabceab8dc2f7257675483c" revision = "2e24b64fc121dcdf1cabceab8dc2f7257675483c"
version = "0.8.1" version = "v0.8.1"
[[projects]] [[projects]]
branch = "master" branch = "master"
@ -448,7 +448,6 @@
"transport" "transport"
] ]
revision = "5b3c4e850e90a4cf6a20ebd46c8b32a0a3afcb9e" revision = "5b3c4e850e90a4cf6a20ebd46c8b32a0a3afcb9e"
source = "github.com/grpc/grpc-go"
version = "v1.7.5" version = "v1.7.5"
[[projects]] [[projects]]
@ -460,6 +459,6 @@
[solve-meta] [solve-meta]
analyzer-name = "dep" analyzer-name = "dep"
analyzer-version = 1 analyzer-version = 1
inputs-digest = "d81bbe5d23b9bc1e1829c207a57857c40957c4c0dac6c70f5af04e0930cbd652" inputs-digest = "ad499422ee60cf89fd9d61e232e33d0a17f7b43e0ff7aff0c0a22949901096e8"
solver-name = "gps-cdcl" solver-name = "gps-cdcl"
solver-version = 1 solver-version = 1

View File

@ -54,15 +54,15 @@
[[constraint]] [[constraint]]
name = "github.com/tendermint/abci" name = "github.com/tendermint/abci"
version = "~0.10.2" version = "~0.10.3"
[[constraint]] [[constraint]]
name = "github.com/tendermint/go-crypto" name = "github.com/tendermint/go-crypto"
version = "0.6.1" version = "~0.6.2"
[[constraint]] [[constraint]]
name = "github.com/tendermint/go-amino" name = "github.com/tendermint/go-amino"
version = "0.9.6" version = "~0.9.6"
[[constraint]] [[constraint]]
name = "github.com/tendermint/iavl" name = "github.com/tendermint/iavl"
@ -70,10 +70,9 @@
[[constraint]] [[constraint]]
name = "github.com/tendermint/tendermint" name = "github.com/tendermint/tendermint"
#version = "0.19.0-rc2" version = "0.19.0-rc4"
branch = "bucky/aminoify"
[[override]] [[constraint]]
name = "github.com/tendermint/tmlibs" name = "github.com/tendermint/tmlibs"
version = "~0.8.1" version = "~0.8.1"