From 95f44415c4bc3d1e2dfe3fda2f0fee8f2ccd38b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 04:10:46 +0200 Subject: [PATCH] Bump github.com/ysmood/golangci-lint from 0.5.2 to 0.6.0 (#140) Bumps [github.com/ysmood/golangci-lint](https://github.com/ysmood/golangci-lint) from 0.5.2 to 0.6.0. - [Release notes](https://github.com/ysmood/golangci-lint/releases) - [Commits](https://github.com/ysmood/golangci-lint/compare/v0.5.2...v0.6.0) --- updated-dependencies: - dependency-name: github.com/ysmood/golangci-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pablo Varela --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 6222b76..8417bfe 100644 --- a/go.mod +++ b/go.mod @@ -13,5 +13,5 @@ require ( github.com/mitchellh/go-wordwrap v1.0.1 // indirect github.com/slack-go/slack v0.11.2 github.com/stretchr/testify v1.8.0 - github.com/ysmood/golangci-lint v0.5.2 + github.com/ysmood/golangci-lint v0.6.0 ) diff --git a/go.sum b/go.sum index 1710db3..c200e83 100644 --- a/go.sum +++ b/go.sum @@ -544,8 +544,8 @@ github.com/xanzy/ssh-agent v0.3.0 h1:wUMzuKtKilRgBAD1sUb8gOwwRr2FGoBVumcjoOACClI github.com/xanzy/ssh-agent v0.3.0/go.mod h1:3s9xbODqPuuhK9JV1R321M/FlMZSBvE5aY6eAcqrDh0= github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 h1:QldyIu/L63oPpyvQmHgvgickp1Yw510KJOqX7H24mg8= github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778/go.mod h1:2MuV+tbUrU1zIOPMxZ5EncGwgmMJsa+9ucAQZXxsObs= -github.com/ysmood/golangci-lint v0.5.2 h1:tuZXJ8wn5vLTOsTSuByRM3QxpXOrfe1B7pqRpS4/bLw= -github.com/ysmood/golangci-lint v0.5.2/go.mod h1:MjiPi46oBlehp6jdJD3BM/ES8jT/wFzPKTHZqmDYIW0= +github.com/ysmood/golangci-lint v0.6.0 h1:JfXjAIE4TNgGsVxsE5b1NBgZ8AFkKzfenrpDavgWeOQ= +github.com/ysmood/golangci-lint v0.6.0/go.mod h1:MjiPi46oBlehp6jdJD3BM/ES8jT/wFzPKTHZqmDYIW0= github.com/yuin/goldmark v1.1.7/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=