From 59872bf33541deeadda2f089fd1401c792ff639b Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Fri, 2 Mar 2018 02:28:53 -0500 Subject: [PATCH] update dep for new go-wire API --- Gopkg.lock | 6 +++--- Gopkg.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 70be9a3fa..3723e8e18 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -252,13 +252,13 @@ version = "v0.4.1" [[projects]] + branch = "bucky/new-go-wire-api" name = "github.com/tendermint/go-wire" packages = [ ".", "data" ] - revision = "b6fc872b42d41158a60307db4da051dd6f179415" - version = "v0.7.2" + revision = "67ee274c5f9da166622f3b6e6747003b563e3742" [[projects]] name = "github.com/tendermint/tmlibs" @@ -371,6 +371,6 @@ [solve-meta] analyzer-name = "dep" analyzer-version = 1 - inputs-digest = "a65ef86e3db67769c1fa4ae1f67af8d5b95474f4b95ec799d8572e19b44b206a" + inputs-digest = "fcb51d5eb1d869d66946fe28612ac59f75897d71faecc67c965453dc7bf81523" solver-name = "gps-cdcl" solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml index 73ab28cbd..c2ae69716 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -79,7 +79,7 @@ [[constraint]] name = "github.com/tendermint/go-wire" - version = "0.7.2" + branch = "bucky/new-go-wire-api" [[constraint]] name = "github.com/tendermint/tmlibs"