2018-10-29 01:36:46 +01:00
|
|
|
module github.com/goreleaser/nfpm
|
|
|
|
|
2020-05-13 21:24:06 +02:00
|
|
|
go 1.14
|
2019-09-10 20:03:53 +02:00
|
|
|
|
2020-09-17 14:18:44 +02:00
|
|
|
replace github.com/google/rpmpack => github.com/goreleaser/rpmpack v0.0.0-20200915084912-ac8a7d0c1fdc
|
|
|
|
|
2018-10-29 01:36:46 +01:00
|
|
|
require (
|
2020-04-17 16:01:11 +02:00
|
|
|
github.com/Masterminds/semver/v3 v3.1.0
|
2018-10-29 01:36:46 +01:00
|
|
|
github.com/alecthomas/kingpin v2.2.6+incompatible
|
2019-09-10 20:01:43 +02:00
|
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
2019-10-03 14:39:16 +02:00
|
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
2019-09-10 20:01:43 +02:00
|
|
|
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
|
2020-09-08 15:15:32 +02:00
|
|
|
github.com/golangci/golangci-lint v1.31.0
|
2020-08-04 19:44:13 +02:00
|
|
|
github.com/google/rpmpack v0.0.0-20200731134257-3685799e8fdf
|
2020-07-21 14:45:29 +02:00
|
|
|
github.com/goreleaser/chglog v0.1.1
|
2020-08-12 14:12:47 +02:00
|
|
|
github.com/imdario/mergo v0.3.11
|
2020-07-21 14:24:14 +02:00
|
|
|
github.com/mattn/go-zglob v0.0.3
|
2019-09-10 20:01:43 +02:00
|
|
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
|
2020-01-15 21:24:42 +01:00
|
|
|
github.com/pkg/errors v0.9.1
|
2019-09-10 20:01:43 +02:00
|
|
|
github.com/sassoftware/go-rpmutils v0.0.0-20190420191620-a8f1baeba37b
|
2020-07-21 14:45:29 +02:00
|
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
2020-06-08 14:52:56 +02:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2019-09-10 20:01:43 +02:00
|
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
2020-09-17 14:18:44 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
|
2020-05-13 21:36:39 +02:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-08-04 15:11:03 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
|
2018-10-29 01:36:46 +01:00
|
|
|
)
|