From 3cc2fc1d12c320a304200991969b931579207716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 21:29:29 -0700 Subject: Bump github.com/mgechev/revive from 1.3.1 to 1.3.2 in /tools (#95) Bumps [github.com/mgechev/revive](https://github.com/mgechev/revive) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/mgechev/revive/releases) - [Changelog](https://github.com/mgechev/revive/blob/master/.goreleaser.yml) - [Commits](https://github.com/mgechev/revive/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: github.com/mgechev/revive 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> --- tools/go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools/go.mod') diff --git a/tools/go.mod b/tools/go.mod index 8bc9c9f..3ed8f10 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -1,7 +1,7 @@ module go.uber.org/sally/tools require ( - github.com/mgechev/revive v1.3.1 + github.com/mgechev/revive v1.3.2 honnef.co/go/tools v0.4.0 ) @@ -18,9 +18,9 @@ require ( github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/pkg/errors v0.9.1 // indirect golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a // indirect - golang.org/x/mod v0.9.0 // indirect - golang.org/x/sys v0.6.0 // indirect - golang.org/x/tools v0.7.0 // indirect + golang.org/x/mod v0.10.0 // indirect + golang.org/x/sys v0.8.0 // indirect + golang.org/x/tools v0.9.1 // indirect ) go 1.19 -- cgit v1.2.3