build: use dep's required feature for dev tools

This commit is contained in:
Christian Schwarz 2018-12-11 21:44:26 +01:00
parent 38b0bd76f5
commit 3105fa4ff8

View File

@ -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"