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

chore(deps): bump github.com/goreleaser/goreleaser/v2 from 2.4.5 to 2.4.7 in /tools/goreleaser #262

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
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