16 lines
298 B
TOML
16 lines
298 B
TOML
[prune]
|
|
go-tests = true
|
|
non-go = true
|
|
unused-packages = true
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/BurntSushi/toml"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/andrew-d/go-termutil"
|
|
|
|
[[constraint]]
|
|
name = "gopkg.in/alecthomas/kingpin.v2"
|
|
version = "2.2.6"
|