build(deps): bump golang.org/x/tools from 0.11.1 to 0.12.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.11.1 to 0.12.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.11.1...v0.12.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-08-08 08:28:08 +00:00
committed by Bjørn Erik Pedersen
parent 6821d6f159
commit b2a02c3c5a
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -72,7 +72,7 @@ require (
golang.org/x/net v0.14.0
golang.org/x/sync v0.3.0
golang.org/x/text v0.12.0
golang.org/x/tools v0.11.1
golang.org/x/tools v0.12.0
google.golang.org/api v0.134.0
gopkg.in/yaml.v2 v2.4.0
)