module github.com/goreleaser/nfpm

go 1.13

require (
	github.com/Masterminds/semver/v3 v3.0.3
	github.com/alecthomas/kingpin v2.2.6+incompatible
	github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
	github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
	github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/google/rpmpack v0.0.0-20191226140753-aa36bfddb3a0
	github.com/imdario/mergo v0.3.8
	github.com/kr/pretty v0.1.0 // indirect
	github.com/mattn/go-zglob v0.0.1
	github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
	github.com/pkg/errors v0.9.1
	github.com/sassoftware/go-rpmutils v0.0.0-20190420191620-a8f1baeba37b
	github.com/stretchr/testify v1.5.1
	github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
	golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc // indirect
	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
	gopkg.in/yaml.v2 v2.2.8
)
