aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-08 01:49:09 +0000
committerAleksandr Nogikh <nogikh@google.com>2023-08-08 07:16:27 +0000
commit696a556e7d1e3d0df64bea01d9deae7c19364569 (patch)
treed00264f5e237b4cbd1e77c9ae5b58132c55fe5ff /go.mod
parentb1b6ae3d01b572c8dee71422c9888915519c2a6c (diff)
mod: do: bump golang.org/x/tools from 0.11.0 to 0.12.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.11.0...v0.12.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.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 31f85f403..c51bf6caf 100644
--- a/go.mod
+++ b/go.mod
@@ -16,12 +16,12 @@ require (
github.com/prometheus/client_golang v1.16.0
github.com/stretchr/testify v1.8.4
github.com/ulikunitz/xz v0.5.11
- golang.org/x/net v0.12.0
+ golang.org/x/net v0.14.0
golang.org/x/oauth2 v0.10.0
golang.org/x/perf v0.0.0-20230221235046-aebcfb61e84c
golang.org/x/sync v0.3.0
- golang.org/x/sys v0.10.0
- golang.org/x/tools v0.11.0
+ golang.org/x/sys v0.11.0
+ golang.org/x/tools v0.12.0
google.golang.org/api v0.133.0
google.golang.org/appengine/v2 v2.0.4
google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130
@@ -199,11 +199,11 @@ require (
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
go.uber.org/zap v1.24.0 // indirect
- golang.org/x/crypto v0.11.0 // indirect
+ golang.org/x/crypto v0.12.0 // indirect
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea // indirect
golang.org/x/exp/typeparams v0.0.0-20230224173230-c95f2b4c22f2 // indirect
golang.org/x/mod v0.12.0 // indirect
- golang.org/x/text v0.11.0 // indirect
+ golang.org/x/text v0.12.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230706204954-ccb25ca9f130 // indirect