mirror of
https://github.com/goreleaser/nfpm
synced 2024-11-19 03:25:08 +01:00
565e6a3fad
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
42 lines
2.1 KiB
Modula-2
42 lines
2.1 KiB
Modula-2
module github.com/goreleaser/nfpm/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Djarvur/go-err113 v0.1.0 // indirect
|
|
github.com/Masterminds/semver/v3 v3.1.1
|
|
github.com/Microsoft/go-winio v0.4.16 // indirect
|
|
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/golangci/golangci-lint v1.36.0
|
|
github.com/golangci/misspell v0.3.5 // indirect
|
|
github.com/golangci/revgrep v0.0.0-20180812185044-276a5c0a1039 // indirect
|
|
github.com/google/rpmpack v0.0.0-20201225075926-0a97c2c4b688
|
|
github.com/goreleaser/chglog v0.1.2
|
|
github.com/goreleaser/fileglob v0.4.0
|
|
github.com/gostaticanalysis/analysisutil v0.6.1 // indirect
|
|
github.com/imdario/mergo v0.3.11
|
|
github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af // indirect
|
|
github.com/matoous/godox v0.0.0-20200801072554-4fb83dc2941e // indirect
|
|
github.com/mitchellh/mapstructure v1.4.0 // indirect
|
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
|
|
github.com/quasilyte/go-ruleguard v0.2.1 // indirect
|
|
github.com/quasilyte/regex/syntax v0.0.0-20200805063351-8f842688393c // indirect
|
|
github.com/sassoftware/go-rpmutils v0.0.0-20190420191620-a8f1baeba37b
|
|
github.com/smartystreets/assertions v1.0.0 // indirect
|
|
github.com/spf13/afero v1.5.1 // indirect
|
|
github.com/stretchr/objx v0.3.0 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/tdakkota/asciicheck v0.0.0-20200416200610-e657995f937b // indirect
|
|
github.com/timakin/bodyclose v0.0.0-20200424151742-cb6215831a94 // indirect
|
|
github.com/tomarrell/wrapcheck v0.0.0-20201130113247-1683564d9756 // indirect
|
|
github.com/ulikunitz/xz v0.5.9 // indirect
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
|
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9
|
|
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11 // indirect
|
|
golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
|
)
|