build(deps): bump golang.org/x/tools from 0.1.10 to 0.1.11

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.1.10 to 0.1.11.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.1.10...v0.1.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-06-15 08:39:10 +00:00
committed by Bjørn Erik Pedersen
parent 7a9ce0eca5
commit 3e1344632d
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -63,7 +63,7 @@ require (
golang.org/x/net v0.0.0-20220607020251-c690dde0001d
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/text v0.3.7
golang.org/x/tools v0.1.10
golang.org/x/tools v0.1.11
google.golang.org/api v0.76.0
gopkg.in/yaml.v2 v2.4.0
)