aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-09 01:56:38 +0000
committerAleksandr Nogikh <nogikh@google.com>2023-10-09 10:22:50 +0000
commitf3a9f5507f0811a5678eec8e7da3618ce3890d32 (patch)
tree9ef3ca6f650e3751490be1e4027799e468d60f27 /go.mod
parent28021a51a672ec3f58e4e738005baaa98676521b (diff)
mod: do: bump golang.org/x/tools from 0.13.0 to 0.14.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.13.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>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 4f216209c..96c7091b1 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ require (
golang.org/x/perf v0.0.0-20230221235046-aebcfb61e84c
golang.org/x/sync v0.4.0
golang.org/x/sys v0.13.0
- golang.org/x/tools v0.13.0
+ golang.org/x/tools v0.14.0
google.golang.org/api v0.145.0
google.golang.org/appengine/v2 v2.0.5
google.golang.org/genproto v0.0.0-20230913181813-007df8e322eb
@@ -202,7 +202,7 @@ require (
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea // indirect
golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833 // indirect
- golang.org/x/mod v0.12.0 // indirect
+ golang.org/x/mod v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/appengine v1.6.7 // indirect