build(deps): bump golang.org/x/tools from 0.2.0 to 0.3.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.2.0...v0.3.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]
2022-11-16 08:02:48 +00:00
committed by Bjørn Erik Pedersen
parent bcb62d8911
commit 63f7f0ff5a
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -62,9 +62,9 @@ require (
gocloud.dev v0.24.0
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
golang.org/x/net v0.2.0
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/sync v0.1.0
golang.org/x/text v0.4.0
golang.org/x/tools v0.2.0
golang.org/x/tools v0.3.0
google.golang.org/api v0.76.0
gopkg.in/yaml.v2 v2.4.0
)