mirror of https://github.com/maxcnunes/gaper.git
24 lines
417 B
TOML
24 lines
417 B
TOML
[[constraint]]
|
|
name = "github.com/fatih/color"
|
|
version = "1.7.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/mattn/go-shellwords"
|
|
version = "1.0.3"
|
|
|
|
[[constraint]]
|
|
name = "github.com/urfave/cli"
|
|
version = "1.20.0"
|
|
|
|
[prune]
|
|
go-tests = true
|
|
unused-packages = true
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/mattn/go-zglob"
|
|
|
|
[[constraint]]
|
|
name = "github.com/stretchr/testify"
|
|
version = "1.2.2"
|