mirror of
https://github.com/goreleaser/nfpm
synced 2024-11-19 07:34:48 +01:00
55c08981e6
* feat(40): Create RPM without rpmbuild * chore: update go.mod to remove the replace section now that the dependent MR has been merged
27 lines
1.2 KiB
Modula-2
27 lines
1.2 KiB
Modula-2
module github.com/goreleaser/nfpm
|
|
|
|
require (
|
|
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-20190910110746-680d30ca3117 // indirect
|
|
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
|
|
github.com/google/rpmpack v0.0.0-20190910013225-b032be71f28f
|
|
github.com/imdario/mergo v0.3.7
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/kr/pty v1.1.8 // 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.8.1
|
|
github.com/sassoftware/go-rpmutils v0.0.0-20190420191620-a8f1baeba37b
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
|
golang.org/x/crypto v0.0.0-20190909091759-094676da4a83 // indirect
|
|
golang.org/x/net v0.0.0-20190909003024-a7b16738d86b // indirect
|
|
golang.org/x/sys v0.0.0-20190910064555-bbd175535a8b // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
golang.org/x/tools v0.0.0-20190910161912-c1ad8a4bd1ba // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|