From 4c36b3a9c069748a6c70e6986f03e87c61a011a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 02:21:07 +0000 Subject: [PATCH] Bump github.com/goreleaser/goreleaser from 0.174.0 to 0.174.2 (#107) Bumps [github.com/goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) from 0.174.0 to 0.174.2. - [Release notes](https://github.com/goreleaser/goreleaser/releases) - [Changelog](https://github.com/goreleaser/goreleaser/blob/master/.goreleaser.yml) - [Commits](https://github.com/goreleaser/goreleaser/compare/v0.174.0...v0.174.2) --- updated-dependencies: - dependency-name: github.com/goreleaser/goreleaser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 15af11b..b0edcd9 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/golangci/golangci-lint v1.41.1 github.com/google/go-cmp v0.5.6 github.com/google/gofuzz v1.2.0 - github.com/goreleaser/goreleaser v0.174.0 + github.com/goreleaser/goreleaser v0.174.2 github.com/mattn/go-runewidth v0.0.13 github.com/nsf/termbox-go v0.0.0-20201124104050-ed494de23a00 github.com/pkg/errors v0.9.1 diff --git a/go.sum b/go.sum index b1299c1..00bdba8 100644 --- a/go.sum +++ b/go.sum @@ -494,8 +494,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.2.0 h1:OErqbdzeg/eibfDGPHDQDN8jL5u1jNyxA5IQzNPLLoU= github.com/goreleaser/fileglob v1.2.0/go.mod h1:rFyb2pXaK3YdnYnSjn6lifw0h2Q6s8OfOsx6I6bXkKE= -github.com/goreleaser/goreleaser v0.174.0 h1:Tb/0IO9PuFPLjuh97aSLbDlAL8HMKWS2rvyo8oN1FxE= -github.com/goreleaser/goreleaser v0.174.0/go.mod h1:4iqH/ZtpTVyoyatQd8/SIkYu3ROmk2vJ7tRe1Q6ICW0= +github.com/goreleaser/goreleaser v0.174.2 h1:EltDZkVGq0mC2Aqgc7uGT7A0aaXdt4KPV6OxTmUG4pk= +github.com/goreleaser/goreleaser v0.174.2/go.mod h1:4iqH/ZtpTVyoyatQd8/SIkYu3ROmk2vJ7tRe1Q6ICW0= github.com/goreleaser/nfpm/v2 v2.6.0 h1:bwDU9o4/CVTSpqASJA7+r+rkqpTGamQKYHMRH3wDlRE= github.com/goreleaser/nfpm/v2 v2.6.0/go.mod h1:qaMnjBaZz/2vInOIWx0IbuKuaZpaVB6O8oLG0u4qH1Y= github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75/go.mod h1:g2644b03hfBX9Ov0ZBDgXXens4rxSxmqFBbhvKv2yVA=