1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-10-01 14:51:15 +02:00
nfpm/Gopkg.toml
2018-04-10 17:45:10 +02:00

28 lines
480 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"
[[constraint]]
branch = "master"
name = "github.com/mattn/go-zglob"
[[constraint]]
name = "github.com/imdario/mergo"
version = "0.3.4"