mirror of
https://github.com/zrepl/zrepl.git
synced 2025-06-01 23:56:28 +02:00
build: use dep's required feature for dev tools
This commit is contained in:
parent
38b0bd76f5
commit
3105fa4ff8
13
Gopkg.toml
13
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user