1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-23 22:04:49 +02:00

fix(deps): update module golang.org/x/tools to v0.6.0 (#785)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-02-14 09:10:15 -08:00
committed by GitHub
parent a4f4632a3f
commit 4981346ff9
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@@ -11,12 +11,12 @@ require (
github.com/mitchellh/go-homedir v1.1.0
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/errors v0.9.1
golang.org/x/tools v0.5.0
golang.org/x/tools v0.6.0
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/sys v0.5.0 // indirect
)