From 3105fa4ff8c2a0f70e9fce79179d370cea93734f Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Tue, 11 Dec 2018 21:44:26 +0100 Subject: [PATCH] build: use dep's required feature for dev tools --- Gopkg.toml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index 59ddabb..c213f42 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -1,5 +1,10 @@ ignored = [ "github.com/inconshreveable/mousetrap" ] +required = [ + "golang.org/x/tools/cmd/stringer", + "github.com/alvaroloes/enumer", +] + [[constraint]] branch = "master" name = "github.com/ftrvxmtrx/fd" @@ -73,11 +78,3 @@ ignored = [ "github.com/inconshreveable/mousetrap" ] [[constraint]] name = "github.com/gdamore/tcell" version = "1.0.0" - -[[constraint]] - branch = "master" - name = "golang.org/x/tools" - -[[constraint]] - branch = "master" - name = "github.com/alvaroloes/enumer"