From e2f5a6fbe45574743ba9e6a0409c8ce438a89431 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Fri, 1 Jun 2018 22:07:36 -0400 Subject: [PATCH] update abci --- Gopkg.lock | 10 ++-------- Gopkg.toml | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 199a5298e..6bfcbc9ec 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -238,8 +238,8 @@ "server", "types" ] - revision = "c681347ee3c4906b169d39ffc4def87714494cbd" - version = "v0.11.0-rc3" + revision = "9af8b7a7c87478869f8c280ed9539470b8f470b4" + version = "v0.11.0-rc4" [[projects]] branch = "master" @@ -263,12 +263,6 @@ revision = "915416979bf70efa4bcbf1c6cd5d64c5fff9fc19" version = "v0.6.2" -[[projects]] - name = "github.com/tendermint/go-wire" - packages = ["."] - revision = "3c22a7a539411f89a96738fcfa14c1027e24e5ec" - version = "0.9.10" - [[projects]] name = "github.com/tendermint/tmlibs" packages = [ diff --git a/Gopkg.toml b/Gopkg.toml index 94bc945c7..f0e8ab5b9 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -71,7 +71,7 @@ [[constraint]] name = "github.com/tendermint/abci" - version = "~0.11.0-rc3" + version = "~0.11.0-rc4" [[constraint]] name = "github.com/tendermint/go-crypto"