1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-10-01 19:01:17 +02:00
nfpm/Gopkg.toml
Carlos Alexandro Becker 5fff8cc780
fix: rpm config files
2018-02-06 00:28:30 -02:00

20 lines
335 B
INI

[prune]
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/alecthomas/kingpin"
version = "2.2.6"
[[constraint]]
branch = "master"
name = "github.com/blakesmith/ar"
[[constraint]]
branch = "v1"
name = "gopkg.in/yaml.v1"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.1"