Bump golang.org/x/tools from 0.12.0 to 0.14.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.12.0 to 0.14.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.12.0...v0.14.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-16 17:40:13 +00:00
committed by Manuel Rüger
parent c5134d926a
commit b0124f74a1
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -12,7 +12,7 @@ require (
github.com/stretchr/testify v1.8.4
github.com/urfave/cli/v2 v2.25.7
github.com/yuin/goldmark v1.5.6
golang.org/x/tools v0.12.0
golang.org/x/tools v0.14.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -34,6 +34,6 @@ require (
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/zazab/zhash v0.0.0-20210630080733-6e809466f8d3 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/sys v0.13.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)