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.16.0 (#944)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-11-28 00:20:17 -08:00
committed by GitHub
parent 9e80d93545
commit 2862d06d26
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -12,7 +12,7 @@ require (
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/errors v0.9.1
github.com/spf13/afero v1.10.0
golang.org/x/tools v0.15.0
golang.org/x/tools v0.16.0
)
replace github.com/spf13/afero => github.com/spf13/afero v1.10.0