Skip to content

Commit d31e450

Browse files
build(deps): bump github.com/goreleaser/nfpm/v2 from 2.41.1 to 2.41.2 (#309)
Bumps [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) from 2.41.1 to 2.41.2. - [Release notes](https://github.com/goreleaser/nfpm/releases) - [Changelog](https://github.com/goreleaser/nfpm/blob/main/.goreleaser.yml) - [Commits](goreleaser/nfpm@v2.41.1...v2.41.2) --- updated-dependencies: - dependency-name: github.com/goreleaser/nfpm/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d8942b commit d31e450

File tree

2 files changed

+59
-110
lines changed

2 files changed

+59
-110
lines changed

go.mod

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22
55
toolchain go1.22.3
66

77
require (
8-
github.com/goreleaser/nfpm/v2 v2.41.1
8+
github.com/goreleaser/nfpm/v2 v2.41.2
99
github.com/stretchr/testify v1.10.0
1010
github.com/urfave/cli/v2 v2.27.5
1111
golang.org/x/sync v0.10.0
@@ -15,28 +15,27 @@ require (
1515
dario.cat/mergo v1.0.1 // indirect
1616
github.com/AlekSi/pointer v1.2.0 // indirect
1717
github.com/Masterminds/goutils v1.1.1 // indirect
18-
github.com/Masterminds/semver/v3 v3.3.0 // indirect
19-
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
18+
github.com/Masterminds/semver/v3 v3.3.1 // indirect
19+
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
2020
github.com/Microsoft/go-winio v0.6.1 // indirect
21-
github.com/ProtonMail/go-crypto v1.0.0 // indirect
21+
github.com/ProtonMail/go-crypto v1.1.4 // indirect
2222
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb // indirect
2323
github.com/cavaliergopher/cpio v1.0.1 // indirect
2424
github.com/cloudflare/circl v1.3.8 // indirect
2525
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
26-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
26+
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
2727
github.com/davecgh/go-spew v1.1.1 // indirect
2828
github.com/emirpasic/gods v1.18.1 // indirect
2929
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
30-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
31-
github.com/go-git/go-git/v5 v5.12.0 // indirect
30+
github.com/go-git/go-billy/v5 v5.6.1 // indirect
31+
github.com/go-git/go-git/v5 v5.13.1 // indirect
3232
github.com/gobwas/glob v0.2.3 // indirect
3333
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3434
github.com/google/rpmpack v0.6.1-0.20240329070804-c2247cbb881a // indirect
35-
github.com/google/uuid v1.4.0 // indirect
36-
github.com/goreleaser/chglog v0.6.1 // indirect
35+
github.com/google/uuid v1.6.0 // indirect
36+
github.com/goreleaser/chglog v0.6.2 // indirect
3737
github.com/goreleaser/fileglob v1.3.0 // indirect
38-
github.com/huandu/xstrings v1.3.3 // indirect
39-
github.com/imdario/mergo v0.3.16 // indirect
38+
github.com/huandu/xstrings v1.5.0 // indirect
4039
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
4140
github.com/kevinburke/ssh_config v1.2.0 // indirect
4241
github.com/klauspost/compress v1.17.11 // indirect
@@ -47,19 +46,19 @@ require (
4746
github.com/pmezard/go-difflib v1.0.0 // indirect
4847
github.com/russross/blackfriday/v2 v2.1.0 // indirect
4948
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
50-
github.com/shopspring/decimal v1.2.0 // indirect
51-
github.com/skeema/knownhosts v1.2.2 // indirect
52-
github.com/spf13/cast v1.6.0 // indirect
49+
github.com/shopspring/decimal v1.4.0 // indirect
50+
github.com/skeema/knownhosts v1.3.0 // indirect
51+
github.com/spf13/cast v1.7.0 // indirect
5352
github.com/ulikunitz/xz v0.5.12 // indirect
5453
github.com/xanzy/ssh-agent v0.3.3 // indirect
5554
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
5655
gitlab.com/digitalxero/go-conventional-commit v1.0.7 // indirect
5756
golang.org/x/crypto v0.31.0 // indirect
58-
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
59-
golang.org/x/mod v0.14.0 // indirect
60-
golang.org/x/net v0.23.0 // indirect
57+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
58+
golang.org/x/mod v0.19.0 // indirect
59+
golang.org/x/net v0.33.0 // indirect
6160
golang.org/x/sys v0.28.0 // indirect
62-
golang.org/x/tools v0.16.0 // indirect
61+
golang.org/x/tools v0.23.0 // indirect
6362
gopkg.in/warnings.v0 v0.1.2 // indirect
6463
gopkg.in/yaml.v3 v3.0.1 // indirect
6564
)

0 commit comments

Comments
 (0)