update dep

This commit is contained in:
Ethan Buchman 2018-06-25 16:42:29 -04:00
parent 0ec599d634
commit 12f71876e8
2 changed files with 10 additions and 10 deletions

6
Gopkg.lock generated
View File

@ -351,7 +351,6 @@
version = "v0.21.0"
[[projects]]
branch = "develop"
name = "github.com/tendermint/tmlibs"
packages = [
"autofile",
@ -366,7 +365,8 @@
"merkle",
"merkle/tmhash"
]
revision = "56f44670ebd5a4e99e55f3f7d6f4d360ef5f1973"
revision = "49596e0a1f48866603813df843c9409fc19805c6"
version = "v0.9.0"
[[projects]]
branch = "master"
@ -464,6 +464,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "1b1b1e09e57cf232477c26f253890f97a94fab95bcfcd26c834db7b4fbbab45a"
inputs-digest = "3a437ed2c22314c3762584ff52c76a58916fd9e9fef00035aa01ae65bce08637"
solver-name = "gps-cdcl"
solver-version = 1

View File

@ -52,21 +52,21 @@
name = "github.com/stretchr/testify"
version = "~1.2.1"
[[constraint]]
[[override]]
name = "github.com/tendermint/abci"
version = "=0.12.0"
[[constraint]]
[[override]]
name = "github.com/tendermint/go-crypto"
version = "~0.6.2"
version = "=0.6.2"
[[constraint]]
[[override]]
name = "github.com/tendermint/go-amino"
version = "=0.9.9"
[[constraint]]
[[override]]
name = "github.com/tendermint/iavl"
version = "0.8.0-rc0"
version = "=0.8.0-rc0"
[[override]]
name = "github.com/tendermint/tendermint"
@ -74,7 +74,7 @@
[[override]]
name = "github.com/tendermint/tmlibs"
branch = "develop"
version = "=v0.9.0"
# this got updated and broke, so locked to an old working commit ...
[[override]]