aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2023-12-07 10:55:03 +0100
committerTaras Madan <tarasmadan@google.com>2023-12-07 10:05:49 +0000
commit0a02ce36aee886cafdc6907db66a49859cf17caf (patch)
treef8da32141fee0c968938f30c09d033dd3bd90a0a /go.mod
parente3299f55e91df371c35ba414e53898a130068a0e (diff)
Revert "mod: do: bump golang.org/x/tools from 0.14.0 to 0.16.0"
This reverts commit e3299f55e91df371c35ba414e53898a130068a0e.
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 d83c1f61e..8e4bd4e0a 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.5.0
golang.org/x/sys v0.15.0
- golang.org/x/tools v0.16.0
+ golang.org/x/tools v0.14.0
google.golang.org/api v0.153.0
google.golang.org/appengine/v2 v2.0.5
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17
@@ -208,7 +208,7 @@ require (
golang.org/x/crypto v0.16.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.14.0 // indirect
+ golang.org/x/mod v0.13.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect