Skip to content

Commit

Permalink
chore(deps): bump github.com/goreleaser/goreleaser in /tools (#28)
Browse files Browse the repository at this point in the history
Bumps [github.com/goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/goreleaser/goreleaser/releases)
- [Changelog](https://github.com/goreleaser/goreleaser/blob/main/.goreleaser.yaml)
- [Commits](goreleaser/goreleaser@v1.9.0...v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/goreleaser/goreleaser
  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>
  • Loading branch information
dependabot[bot] authored May 25, 2022
1 parent 4a10407 commit e3ec0c9
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 47 deletions.
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/golangci/golangci-lint v1.46.2
github.com/goreleaser/goreleaser v1.9.0
github.com/goreleaser/goreleaser v1.9.1
golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
gotest.tools/gotestsum v1.8.1
)
Expand Down
4 changes: 2 additions & 2 deletions tools/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,8 @@ github.com/goreleaser/chglog v0.1.2 h1:tdzAb/ILeMnphzI9zQ7Nkq+T8R9qyXli8GydD8plF
github.com/goreleaser/chglog v0.1.2/go.mod h1:tTZsFuSZK4epDXfjMkxzcGbrIOXprf0JFp47BjIr3B8=
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 v1.9.0 h1:wNIGGJVrQRuXL3ufwcZLh5d9eNYH++KIKyDVxyLKcP4=
github.com/goreleaser/goreleaser v1.9.0/go.mod h1:LaST+VTzBrTMUxfWABpziqv3NDZ/xgbI4nO7ZzKxlYA=
github.com/goreleaser/goreleaser v1.9.1 h1:YtQg3W9MFYinzRPuWQ1uAV0ikLz49JKBgAnZWsXk7Q4=
github.com/goreleaser/goreleaser v1.9.1/go.mod h1:LaST+VTzBrTMUxfWABpziqv3NDZ/xgbI4nO7ZzKxlYA=
github.com/goreleaser/nfpm/v2 v2.15.1 h1:OdscWscGNR4aBepj2S5p6JUHWFd3CJdTJlSq7UqMMTY=
github.com/goreleaser/nfpm/v2 v2.15.1/go.mod h1:fpR40o+Wq6aeE5xoSZY3E23r06aLntuYIr2zBCJ1x1o=
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75/go.mod h1:g2644b03hfBX9Ov0ZBDgXXens4rxSxmqFBbhvKv2yVA=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ github.com/goreleaser/chglog
# github.com/goreleaser/fileglob v1.3.0
## explicit; go 1.16
github.com/goreleaser/fileglob
# github.com/goreleaser/goreleaser v1.9.0
# github.com/goreleaser/goreleaser v1.9.1
## explicit; go 1.18
github.com/goreleaser/goreleaser
github.com/goreleaser/goreleaser/cmd
Expand Down

0 comments on commit e3ec0c9

Please sign in to comment.