Files
plugin-drone-download/Gopkg.toml
T
Thomas Boerger b6fa684ea3 Initial commit
2018-04-23 01:20:54 +02:00

16 lines
268 B
TOML

[[constraint]]
branch = "master"
name = "github.com/jackspirou/syscerts"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
[[constraint]]
name = "github.com/urfave/cli"
version = "1.20.0"
[prune]
go-tests = true
unused-packages = true