Update module golang.org/x/tools to v0.18.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-02-25 14:34:17 +00:00
committed by GitHub
parent ea3221a862
commit 53b5fc781f
52 changed files with 930 additions and 414 deletions

View File

@@ -6,7 +6,7 @@ require (
github.com/cpuguy83/go-md2man/v2 v2.0.3
github.com/onsi/ginkgo/v2 v2.14.0
github.com/vbatts/git-validation v1.2.1
golang.org/x/tools v0.17.0
golang.org/x/tools v0.18.0
)
require (
@@ -19,6 +19,6 @@ require (
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/mod v0.15.0 // indirect
golang.org/x/sys v0.17.0 // indirect
)