module github.com/goreleaser/nfpm require ( github.com/alecthomas/kingpin v2.2.6+incompatible github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2 github.com/davecgh/go-spew v1.1.0 // indirect github.com/imdario/mergo v0.3.4 github.com/mattn/go-zglob v0.0.0-20171230104132-4959821b4817 github.com/pkg/errors v0.8.0 github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stretchr/testify v1.2.1 gopkg.in/yaml.v2 v2.2.1 )