diff --git a/Gopkg.lock b/Gopkg.lock index 620d30d6d..bb083c8ac 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -261,8 +261,8 @@ "server", "types" ] - revision = "c62aed95f2ce399ec815b0cafe478af002cdc4e6" - version = "v0.10.3-dev" + revision = "78a8905690ef54f9d57e3b2b0ee7ad3a04ef3f1f" + version = "v0.10.3" [[projects]] branch = "master" @@ -289,8 +289,8 @@ "keys/words", "keys/words/wordlist" ] - revision = "5d5f580f49ca66c13400938c64334186068c8b7c" - version = "v0.6.1" + revision = "915416979bf70efa4bcbf1c6cd5d64c5fff9fc19" + version = "v0.6.2" [[projects]] name = "github.com/tendermint/go-wire" @@ -305,7 +305,6 @@ version = "v0.7.0" [[projects]] - branch = "bucky/aminoify" name = "github.com/tendermint/tendermint" packages = [ "blockchain", @@ -343,7 +342,8 @@ "types/priv_validator", "version" ] - revision = "466c3ab1c79c1e9856aeea80c9e11c31219d11f0" + revision = "dcd00b0e688f133b9634aee513f8bf856e659356" + version = "v0.19.0-rc4" [[projects]] name = "github.com/tendermint/tmlibs" @@ -361,7 +361,7 @@ "pubsub/query" ] revision = "2e24b64fc121dcdf1cabceab8dc2f7257675483c" - version = "0.8.1" + version = "v0.8.1" [[projects]] branch = "master" @@ -448,7 +448,6 @@ "transport" ] revision = "5b3c4e850e90a4cf6a20ebd46c8b32a0a3afcb9e" - source = "github.com/grpc/grpc-go" version = "v1.7.5" [[projects]] @@ -460,6 +459,6 @@ [solve-meta] analyzer-name = "dep" analyzer-version = 1 - inputs-digest = "d81bbe5d23b9bc1e1829c207a57857c40957c4c0dac6c70f5af04e0930cbd652" + inputs-digest = "ad499422ee60cf89fd9d61e232e33d0a17f7b43e0ff7aff0c0a22949901096e8" solver-name = "gps-cdcl" solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml index d8973a4c4..59119b1fe 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -54,15 +54,15 @@ [[constraint]] name = "github.com/tendermint/abci" - version = "~0.10.2" + version = "~0.10.3" [[constraint]] name = "github.com/tendermint/go-crypto" - version = "0.6.1" + version = "~0.6.2" [[constraint]] name = "github.com/tendermint/go-amino" - version = "0.9.6" + version = "~0.9.6" [[constraint]] name = "github.com/tendermint/iavl" @@ -70,10 +70,9 @@ [[constraint]] name = "github.com/tendermint/tendermint" - #version = "0.19.0-rc2" - branch = "bucky/aminoify" + version = "0.19.0-rc4" -[[override]] +[[constraint]] name = "github.com/tendermint/tmlibs" version = "~0.8.1"