Skip to content

Commit 1c2bb96

Browse files
Bump github.com/goreleaser/goreleaser from 0.148.0 to 0.149.0 in /tools (#90)
Bumps [github.com/goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) from 0.148.0 to 0.149.0. - [Release notes](https://github.com/goreleaser/goreleaser/releases) - [Changelog](https://github.com/goreleaser/goreleaser/blob/master/.goreleaser.yml) - [Commits](goreleaser/goreleaser@v0.148.0...v0.149.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48d208a commit 1c2bb96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ go 1.15
44

55
require (
66
github.com/golangci/golangci-lint v1.33.0
7-
github.com/goreleaser/goreleaser v0.148.0
7+
github.com/goreleaser/goreleaser v0.149.0
88
mvdan.cc/gofumpt v0.0.0-20201129102820-5c11c50e9475
99
)

tools/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ github.com/goreleaser/chglog v0.1.2 h1:tdzAb/ILeMnphzI9zQ7Nkq+T8R9qyXli8GydD8plF
353353
github.com/goreleaser/chglog v0.1.2/go.mod h1:tTZsFuSZK4epDXfjMkxzcGbrIOXprf0JFp47BjIr3B8=
354354
github.com/goreleaser/fileglob v0.3.0 h1:ef5bTud50fxihAjR2IWP0lGpyaPOgCD5qWfo14azJyI=
355355
github.com/goreleaser/fileglob v0.3.0/go.mod h1:kNcPrPzjCp+Ox3jmXLU5QEsjhqrtLBm6OnXAif8KRl8=
356-
github.com/goreleaser/goreleaser v0.148.0 h1:vDmy2XMB7e/Uc5N+L6sZnlgA2bYMVcBbbuuwPnETMys=
357-
github.com/goreleaser/goreleaser v0.148.0/go.mod h1:4IfM3GZYelDiM3x05po3Nk2N20lQGYQUliWQYWSP0oU=
356+
github.com/goreleaser/goreleaser v0.149.0 h1:Rbqoh3h+FPRRgkjSp5KoqdbJuYU74HTDbBJnZYlotCg=
357+
github.com/goreleaser/goreleaser v0.149.0/go.mod h1:4IfM3GZYelDiM3x05po3Nk2N20lQGYQUliWQYWSP0oU=
358358
github.com/goreleaser/nfpm v1.10.2 h1:/D5vs9LwFcXTnZqHkJOwuiEag6rgtwKVj1yBvvJZaMA=
359359
github.com/goreleaser/nfpm v1.10.2/go.mod h1:R3sQteLUCtPD7GJxvDl0eqlkTX0/hqFftT3WUPLjClA=
360360
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=

0 commit comments

Comments
 (0)