Skip to content

Commit

Permalink
chore(deps): bump github.com/goreleaser/goreleaser/v2 (#262)
Browse files Browse the repository at this point in the history
Bumps [github.com/goreleaser/goreleaser/v2](https://github.com/goreleaser/goreleaser) from 2.4.5 to 2.4.7.
- [Release notes](https://github.com/goreleaser/goreleaser/releases)
- [Changelog](https://github.com/goreleaser/goreleaser/blob/main/.goreleaser.yaml)
- [Commits](goreleaser/goreleaser@v2.4.5...v2.4.7)

---
updated-dependencies:
- dependency-name: github.com/goreleaser/goreleaser/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent a0701ea commit 717e721
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tools/goreleaser/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module goreleaser

go 1.23.1

require github.com/goreleaser/goreleaser/v2 v2.4.5
require github.com/goreleaser/goreleaser/v2 v2.4.7

require (
cel.dev/expr v0.16.1 // indirect
Expand Down Expand Up @@ -163,7 +163,7 @@ require (
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
github.com/goreleaser/chglog v0.6.1 // indirect
github.com/goreleaser/fileglob v1.3.0 // indirect
github.com/goreleaser/nfpm/v2 v2.41.0 // indirect
github.com/goreleaser/nfpm/v2 v2.41.1 // indirect
github.com/goreleaser/quill v0.0.0-20241025150139-731751b4046d // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions tools/goreleaser/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -444,10 +444,10 @@ github.com/goreleaser/chglog v0.6.1 h1:NZKiX8l0FTQPRzBgKST7knvNZmZ04f7PEGkN2wInf
github.com/goreleaser/chglog v0.6.1/go.mod h1:Bnnfo07jMZkaAb0uRNASMZyOsX6ROW6X1qbXqN3guUo=
github.com/goreleaser/fileglob v1.3.0 h1:/X6J7U8lbDpQtBvGcwwPS6OpzkNVlVEsFUVRx9+k+7I=
github.com/goreleaser/fileglob v1.3.0/go.mod h1:Jx6BoXv3mbYkEzwm9THo7xbr5egkAraxkGorbJb4RxU=
github.com/goreleaser/goreleaser/v2 v2.4.5 h1:cZwrclkigqLfYfNcOUa8tHChlQoNDyrHBsSGjkhCs2M=
github.com/goreleaser/goreleaser/v2 v2.4.5/go.mod h1:LvRPHY54ExRDTwVLpJpEZ4fo5CSzuZSelNn4D0omqz8=
github.com/goreleaser/nfpm/v2 v2.41.0 h1:JyMzS/EwqaWbFs+7Z9oZ4Hkk4or00gUTqwm9Dgr8QYg=
github.com/goreleaser/nfpm/v2 v2.41.0/go.mod h1:VPc5kF5OgfA+BosV/A2aB+Vg34honjWvp0Vt8ogsSi0=
github.com/goreleaser/goreleaser/v2 v2.4.7 h1:KMp32MrP66Bwpx02qhgTi49IENXJUOOzWfF78j+P/i8=
github.com/goreleaser/goreleaser/v2 v2.4.7/go.mod h1:LEoV/jUrGWjBxyIEjwORNfADhueBIY52nID5j8fhNnU=
github.com/goreleaser/nfpm/v2 v2.41.1 h1:4tyZ9b817msLuyGKw53ed3suZNApkGHVZDekdGe8ZEE=
github.com/goreleaser/nfpm/v2 v2.41.1/go.mod h1:VPc5kF5OgfA+BosV/A2aB+Vg34honjWvp0Vt8ogsSi0=
github.com/goreleaser/quill v0.0.0-20241025150139-731751b4046d h1:bBLVbv03RLdskOHJfNkEJIMm+85b4E3GJkEEVXIu48k=
github.com/goreleaser/quill v0.0.0-20241025150139-731751b4046d/go.mod h1:b/JsMZEZCcW7WWjR1+XyIFYSFizwmAYpxvvh3ZcauVE=
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
Expand Down

0 comments on commit 717e721

Please sign in to comment.