From d26dbbd5f5ecf4c3b445e0a31ac3420a8e41a755 Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Tue, 3 Jul 2018 23:10:26 +0200 Subject: [PATCH] Remove unnecessary tmlibs in Gopkg.toml --- Gopkg.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index 486293af71..0a4d3b2f17 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -64,10 +64,6 @@ name = "github.com/tendermint/tendermint" version = "=0.22.0-rc2" -[[constraint]] - name = "github.com/tendermint/tmlibs" - version = "=0.9.0" - [[constraint]] name = "github.com/bartekn/go-bip39" branch = "master"