mirror of
https://github.com/goreleaser/nfpm
synced 2026-07-29 11:49:48 +02:00
main
Bumps the go group with 3 updates: [github.com/klauspost/compress](https://github.com/klauspost/compress), [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) and [go.yaml.in/yaml/v3](https://github.com/yaml/go-yaml). Updates `github.com/klauspost/compress` from 1.19.0 to 1.19.1 - [Release notes](https://github.com/klauspost/compress/releases) - [Commits](https://github.com/klauspost/compress/compare/v1.19.0...v1.19.1) Updates `github.com/ulikunitz/xz` from 0.5.15 to 0.5.16 - [Commits](https://github.com/ulikunitz/xz/compare/v0.5.15...v0.5.16) Updates `go.yaml.in/yaml/v3` from 3.0.4 to 3.0.5 - [Commits](https://github.com/yaml/go-yaml/compare/v3.0.4...v3.0.5) --- updated-dependencies: - dependency-name: github.com/klauspost/compress dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/ulikunitz/xz dependency-version: 0.5.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: go.yaml.in/yaml/v3 dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Why
While fpm is great, for me, it is a bummer that it depends on ruby, tar
and other software.
I wanted something that could be used as a binary and/or as a library and that was really simple.
So I created nFPM: a simpler, 0-dependency, as-little-assumptions-as-possible alternative to fpm.
Getting started
Special thanks 🙏
Thanks to the fpm authors for fpm, which inspires nfpm a lot.
Community
You have questions, need support and or just want to talk about GoReleaser/nFPM?
Here are ways to get in touch with the GoReleaser community:
Donate
Donations are very much appreciated! You can donate/sponsor on the main goreleaser opencollective! It's easy and will surely help the developers at least buy some ☕️ or 🍺!
Description
Languages
Go
99.7%
Shell
0.2%



