2020-12-23 14:25:57 +01:00
|
|
|
module github.com/goreleaser/nfpm/v2
|
2018-10-29 01:36:46 +01:00
|
|
|
|
2022-08-22 14:39:40 +02:00
|
|
|
go 1.19
|
2019-09-10 20:03:53 +02:00
|
|
|
|
2018-10-29 01:36:46 +01:00
|
|
|
require (
|
2021-11-06 18:27:18 +01:00
|
|
|
github.com/AlekSi/pointer v1.2.0
|
2022-11-30 13:20:34 +01:00
|
|
|
github.com/Masterminds/semver/v3 v3.2.0
|
2023-02-01 23:50:57 +01:00
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 // DO NOT UPDATE THIS!!
|
|
|
|
github.com/ProtonMail/gopenpgp/v2 v2.5.1
|
2019-09-10 20:01:43 +02:00
|
|
|
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
|
2021-11-12 03:04:40 +01:00
|
|
|
github.com/caarlos0/go-rpmutils v0.2.1-0.20211112020245-2cd62ff89b11
|
2023-01-24 02:36:28 +01:00
|
|
|
github.com/goreleaser/chglog v0.3.0
|
2022-02-10 13:05:09 +01:00
|
|
|
github.com/goreleaser/fileglob v1.3.0
|
2022-05-30 15:34:19 +02:00
|
|
|
github.com/imdario/mergo v0.3.13
|
2022-11-09 12:35:56 +01:00
|
|
|
github.com/invopop/jsonschema v0.7.0
|
2022-02-13 18:31:37 +01:00
|
|
|
github.com/klauspost/pgzip v1.2.5
|
2022-06-22 13:45:07 +02:00
|
|
|
github.com/muesli/mango-cobra v1.2.0
|
2022-02-03 03:30:46 +01:00
|
|
|
github.com/muesli/roff v0.1.0
|
2022-10-25 13:28:55 +02:00
|
|
|
github.com/spf13/cobra v1.6.1
|
2022-10-24 15:46:51 +02:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2022-12-13 13:46:09 +01:00
|
|
|
github.com/ulikunitz/xz v0.5.11
|
2021-10-08 20:50:13 +02:00
|
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
|
2022-05-31 15:28:58 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2018-10-29 01:36:46 +01:00
|
|
|
)
|
2021-10-08 20:50:13 +02:00
|
|
|
|
feat: allow env expansion in conflicts, suggests, recommends, depends… (#548)
* feat: allow env expansion in conflicts, suggests, recommends, depends, provides, and replaces. Ensuring empty env vars get stripped to not cause issues
* added test for boolean dependencies for rpm, deb, and apk.
* fix: fork rpmpack to make it easier to add features and adapt it
* test: fix linter issues
* test: fix ruleguard issues
2022-09-24 19:07:11 +02:00
|
|
|
require (
|
|
|
|
github.com/cavaliergopher/cpio v1.0.1
|
2022-09-26 15:15:55 +02:00
|
|
|
github.com/google/go-cmp v0.5.9
|
2023-01-23 13:28:32 +01:00
|
|
|
github.com/klauspost/compress v1.15.15
|
feat: allow env expansion in conflicts, suggests, recommends, depends… (#548)
* feat: allow env expansion in conflicts, suggests, recommends, depends, provides, and replaces. Ensuring empty env vars get stripped to not cause issues
* added test for boolean dependencies for rpm, deb, and apk.
* fix: fork rpmpack to make it easier to add features and adapt it
* test: fix linter issues
* test: fix ruleguard issues
2022-09-24 19:07:11 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
)
|
|
|
|
|
2021-10-08 20:50:13 +02:00
|
|
|
require (
|
2021-10-13 02:01:32 +02:00
|
|
|
github.com/DataDog/zstd v1.4.5 // indirect
|
2022-08-10 05:46:47 +02:00
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
|
|
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
|
2023-01-24 02:36:28 +01:00
|
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
2023-01-26 13:49:54 +01:00
|
|
|
github.com/ProtonMail/go-mime v0.0.0-20221031134845-8fd9bc37cf08 // indirect
|
2022-08-10 05:46:47 +02:00
|
|
|
github.com/acomagu/bufpipe v1.0.3 // indirect
|
2023-01-24 02:36:28 +01:00
|
|
|
github.com/cloudflare/circl v1.1.0 // indirect
|
2022-06-21 14:01:03 +02:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
2021-10-08 20:50:13 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-01-24 02:36:28 +01:00
|
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
2022-08-10 05:46:47 +02:00
|
|
|
github.com/go-git/gcfg v1.5.0 // indirect
|
2023-01-24 02:36:28 +01:00
|
|
|
github.com/go-git/go-billy/v5 v5.4.0 // indirect
|
|
|
|
github.com/go-git/go-git/v5 v5.5.2 // indirect
|
2021-10-08 20:50:13 +02:00
|
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
2022-08-10 05:46:47 +02:00
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
2021-10-13 02:01:32 +02:00
|
|
|
github.com/iancoleman/orderedmap v0.2.0 // indirect
|
2022-10-13 00:06:01 +02:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
2022-08-10 05:46:47 +02:00
|
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
2023-01-24 02:36:28 +01:00
|
|
|
github.com/kevinburke/ssh_config v1.2.0 // indirect
|
2022-08-10 05:46:47 +02:00
|
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
2022-02-03 13:19:30 +01:00
|
|
|
github.com/muesli/mango v0.1.0 // indirect
|
|
|
|
github.com/muesli/mango-pflag v0.1.0 // indirect
|
2023-01-24 02:36:28 +01:00
|
|
|
github.com/pjbgf/sha1cd v0.2.3 // indirect
|
2021-10-08 20:50:13 +02:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2021-10-13 02:01:32 +02:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2022-08-10 05:46:47 +02:00
|
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
2023-01-24 02:36:28 +01:00
|
|
|
github.com/skeema/knownhosts v1.1.0 // indirect
|
2021-10-08 20:50:13 +02:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2023-01-24 02:36:28 +01:00
|
|
|
github.com/xanzy/ssh-agent v0.3.3 // indirect
|
2022-08-16 05:04:50 +02:00
|
|
|
gitlab.com/digitalxero/go-conventional-commit v1.0.7 // indirect
|
2023-01-24 02:36:28 +01:00
|
|
|
golang.org/x/crypto v0.3.0 // indirect
|
2022-02-03 03:29:52 +01:00
|
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
|
2023-01-24 02:36:28 +01:00
|
|
|
golang.org/x/net v0.4.0 // indirect
|
|
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
|
|
golang.org/x/text v0.5.0 // indirect
|
2022-08-10 05:46:47 +02:00
|
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
2021-10-08 20:50:13 +02:00
|
|
|
)
|