mirror of
https://github.com/zrepl/zrepl.git
synced 2025-06-03 16:45:45 +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" ]
|
ignored = [ "github.com/inconshreveable/mousetrap" ]
|
||||||
|
|
||||||
|
required = [
|
||||||
|
"golang.org/x/tools/cmd/stringer",
|
||||||
|
"github.com/alvaroloes/enumer",
|
||||||
|
]
|
||||||
|
|
||||||
[[constraint]]
|
[[constraint]]
|
||||||
branch = "master"
|
branch = "master"
|
||||||
name = "github.com/ftrvxmtrx/fd"
|
name = "github.com/ftrvxmtrx/fd"
|
||||||
@ -73,11 +78,3 @@ ignored = [ "github.com/inconshreveable/mousetrap" ]
|
|||||||
[[constraint]]
|
[[constraint]]
|
||||||
name = "github.com/gdamore/tcell"
|
name = "github.com/gdamore/tcell"
|
||||||
version = "1.0.0"
|
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