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

28 lines
480 B
INI
Raw Permalink Normal View History

2018-02-05 03:57:22 +01:00
[prune]
go-tests = true
unused-packages = true
2018-02-05 03:54:03 +01:00
[[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"
2018-04-10 01:04:06 +02:00
[[constraint]]
name = "github.com/imdario/mergo"
version = "0.3.4"