aboutsummaryrefslogtreecommitdiff
path: root/tools/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-16 21:29:29 -0700
committerGitHub <noreply@github.com>2023-05-16 21:29:29 -0700
commit3cc2fc1d12c320a304200991969b931579207716 (patch)
treea6a52f6a431f4d2dd8a70bdb972b20c907a2d975 /tools/go.mod
parent2ef9d6a10e40c34a186cc6f1a081e9210169656b (diff)
downloadsally-3cc2fc1d12c320a304200991969b931579207716.tar.gz
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'tools/go.mod')
-rw-r--r--tools/go.mod8
1 files changed, 4 insertions, 4 deletions
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