summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-14 10:09:15 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-06-14 14:43:15 +0200
commit944859f1ad79a14d73ad5d2926dbf03680663213 (patch)
treefd48b143b83f2a6be8d9ce5829a655dbc4464330 /go.mod
parent90b2674ddce69a07007b1ba60eb4808bbb38e8a4 (diff)
build(deps): bump golang.org/x/tools from 0.9.1 to 0.9.3
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.9.1 to 0.9.3. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.9.1...v0.9.3) --- 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>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 9677c1ed5..9c6b35b92 100644
--- a/go.mod
+++ b/go.mod
@@ -71,7 +71,7 @@ require (
golang.org/x/net v0.11.0
golang.org/x/sync v0.2.0
golang.org/x/text v0.10.0
- golang.org/x/tools v0.9.1
+ golang.org/x/tools v0.9.3
google.golang.org/api v0.123.0
gopkg.in/yaml.v2 v2.4.0
)