Merge pull request #209 from zmanian/transitive_deps

Move the tmlibs dependency to develop
This commit is contained in:
Zach 2018-03-05 12:12:56 +08:00 committed by GitHub
commit d5361de300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Gopkg.lock generated
View File

@ -130,14 +130,14 @@
revision = "211f780988068502fe874c44dae530528ebd840f"
[[projects]]
branch = "develop"
name = "github.com/tendermint/tmlibs"
packages = [
"common",
"db",
"log"
]
revision = "1b9b5652a199ab0be2e781393fb275b66377309d"
version = "v0.7.0"
revision = "26f2ab65f82cfc6873c312e8030104c47c05f10e"
[[projects]]
name = "golang.org/x/net"
@ -204,6 +204,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "213a7c191e5da390f0cc1268b8a8810a3957d91269c616ab57ae0220c7939a9a"
inputs-digest = "dfad1992e9c7f0df42ab62cadb7e984f5a945904400d844ae374b76d4b07f83e"
solver-name = "gps-cdcl"
solver-version = 1

View File

@ -42,8 +42,8 @@
version = "1.2.1"
[[constraint]]
branch = "develop"
name = "github.com/tendermint/tmlibs"
version = "0.7.0"
[[constraint]]
name = "google.golang.org/grpc"