update tmlibs

Refs #1376
This commit is contained in:
Anton Kaliaev 2018-03-27 16:11:55 +02:00
parent 2d857c4b1b
commit 49986b05bc
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
2 changed files with 7 additions and 5 deletions

6
Gopkg.lock generated
View File

@ -268,6 +268,7 @@
version = "v0.7.3" version = "v0.7.3"
[[projects]] [[projects]]
branch = "develop"
name = "github.com/tendermint/tmlibs" name = "github.com/tendermint/tmlibs"
packages = [ packages = [
"autofile", "autofile",
@ -283,8 +284,7 @@
"pubsub/query", "pubsub/query",
"test" "test"
] ]
revision = "24da7009c3d8c019b40ba4287495749e3160caca" revision = "0f2811441f4cf44b414df16ceae3c0931c74662e"
version = "v0.7.1"
[[projects]] [[projects]]
branch = "master" branch = "master"
@ -381,6 +381,6 @@
[solve-meta] [solve-meta]
analyzer-name = "dep" analyzer-name = "dep"
analyzer-version = 1 analyzer-version = 1
inputs-digest = "4dca5dbd2d280d093d7c8fc423606ab86d6ad1b241b076a7716c2093b5a09231" inputs-digest = "88f227f33e785669706f12e131610a86fd3c00f5dfd6f22c62d46e0688049726"
solver-name = "gps-cdcl" solver-name = "gps-cdcl"
solver-version = 1 solver-version = 1

View File

@ -82,9 +82,11 @@
source = "github.com/tendermint/go-amino" source = "github.com/tendermint/go-amino"
version = "~0.7.3" version = "~0.7.3"
[[constraint]] [[override]]
# [[constraint]]
name = "github.com/tendermint/tmlibs" name = "github.com/tendermint/tmlibs"
version = "~0.7.1" # version = "~0.7.1"
branch = "develop"
[[constraint]] [[constraint]]
name = "google.golang.org/grpc" name = "google.golang.org/grpc"