mirror of
https://github.com/goreleaser/nfpm
synced 2024-11-18 19:04:07 +01:00
b2dd54699a
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.1 to 1.1.3. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](https://github.com/spf13/cobra/compare/v1.1.1...v1.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
34 lines
1.4 KiB
Modula-2
34 lines
1.4 KiB
Modula-2
module github.com/goreleaser/nfpm/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/AlekSi/pointer v1.1.0
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/semver/v3 v3.1.1
|
|
github.com/ProtonMail/go-crypto v0.0.0-20210408094314-bf0c5240ed99
|
|
github.com/ProtonMail/gopenpgp/v2 v2.1.7
|
|
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
|
|
github.com/go-git/go-git/v5 v5.3.0 // indirect
|
|
github.com/google/go-cmp v0.5.4 // indirect
|
|
github.com/google/rpmpack v0.0.0-20210410105602-e20c988a6f5a
|
|
github.com/google/uuid v1.2.0 // indirect
|
|
github.com/goreleaser/chglog v0.1.2
|
|
github.com/goreleaser/fileglob v1.2.0
|
|
github.com/imdario/mergo v0.3.12
|
|
github.com/kevinburke/ssh_config v1.1.0 // indirect
|
|
github.com/mitchellh/copystructure v1.1.2 // indirect
|
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
|
|
github.com/sassoftware/go-rpmutils v0.0.0-20190420191620-a8f1baeba37b
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/stretchr/testify v1.7.0
|
|
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-20210322153248-0c34fe9e7dc2
|
|
golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1 // indirect
|
|
golang.org/x/sys v0.0.0-20210412220455-f1c623a9e750 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|