From 19fc4ac47c40f12567652abee3afe70cd5c5970c Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Tue, 26 Jun 2018 23:58:47 -0700 Subject: [PATCH] remove abci from gopkg.toml --- Gopkg.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index dc56ae29d..18e2767a9 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -69,10 +69,6 @@ name = "github.com/stretchr/testify" version = "~1.2.1" -[[constraint]] - name = "github.com/tendermint/abci" - version = "~0.12.0" - [[constraint]] name = "github.com/tendermint/go-amino" version = "~0.10.1"