Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/goreleaser/nfpm/v2 from 2.11.3 to 2.15.1 #130

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ go 1.17

require (
github.com/goreleaser/goreleaser v1.2.5
github.com/goreleaser/nfpm/v2 v2.11.3
github.com/goreleaser/nfpm/v2 v2.15.1
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/alecthomas/jsonschema v0.0.0-20211209230136-e2b41affa5c1 // indirect
github.com/apex/log v1.9.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/goreleaser/fileglob v1.2.0 // indirect
github.com/goreleaser/fileglob v1.3.0 // indirect
github.com/iancoleman/orderedmap v0.2.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
Loading