1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-06-02 10:46:21 +02:00
This commit is contained in:
Carlos Alexandro Becker 2018-02-05 00:57:22 -02:00
parent 8d6ebd98e2
commit d625776967
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -1,3 +1,7 @@
[prune]
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/alecthomas/kingpin"
version = "2.2.6"
@ -14,10 +18,6 @@
branch = "v1"
name = "gopkg.in/yaml.v1"
[prune]
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.1"