aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-10 14:20:16 +0000
committerTaras Madan <tarasmadan@google.com>2024-09-10 18:39:04 +0000
commit79eef296040b4029aa0f4ae6dcf30de19f46698b (patch)
tree9f910e5e43ae5bdc05763023412f02a1cb73e85f /go.mod
parent86aa7bd757b362633bfa94fe122f82f8305a1f3a (diff)
mod: bump golang.org/x/tools from 0.23.0 to 0.25.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.23.0 to 0.25.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.23.0...v0.25.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 65d7bab91..300b5fb1f 100644
--- a/go.mod
+++ b/go.mod
@@ -31,7 +31,7 @@ require (
golang.org/x/perf v0.0.0-20230221235046-aebcfb61e84c
golang.org/x/sync v0.8.0
golang.org/x/sys v0.25.0
- golang.org/x/tools v0.24.0
+ golang.org/x/tools v0.25.0
google.golang.org/api v0.196.0
google.golang.org/appengine/v2 v2.0.5
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1
@@ -243,7 +243,7 @@ require (
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f // indirect
golang.org/x/mod v0.21.0 // indirect
- golang.org/x/net v0.28.0 // indirect
+ golang.org/x/net v0.29.0 // indirect
golang.org/x/term v0.24.0 // indirect
golang.org/x/text v0.18.0 // indirect
golang.org/x/time v0.6.0 // indirect