aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-28 01:56:02 +0000
committerTaras Madan <tarasmadan@google.com>2023-12-06 11:55:14 +0000
commit679ce9d245d33e5344e4f9fd38cc77fc7be326d2 (patch)
tree5e443afdcf8affffc5eb360cf110bd1b1f818025 /go.mod
parent95293603585e80754a40c999a9e17910b731a721 (diff)
mod: do: bump golang.org/x/oauth2 from 0.14.0 to 0.15.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.14.0 to 0.15.0. - [Commits](https://github.com/golang/oauth2/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 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.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 79b181b93..278f6d9fc 100644
--- a/go.mod
+++ b/go.mod
@@ -16,11 +16,11 @@ require (
github.com/prometheus/client_golang v1.17.0
github.com/stretchr/testify v1.8.4
github.com/ulikunitz/xz v0.5.11
- golang.org/x/net v0.18.0
- golang.org/x/oauth2 v0.14.0
+ golang.org/x/net v0.19.0
+ golang.org/x/oauth2 v0.15.0
golang.org/x/perf v0.0.0-20230221235046-aebcfb61e84c
golang.org/x/sync v0.5.0
- golang.org/x/sys v0.14.0
+ golang.org/x/sys v0.15.0
golang.org/x/tools v0.14.0
google.golang.org/api v0.150.0
google.golang.org/appengine/v2 v2.0.5
@@ -205,7 +205,7 @@ 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.15.0 // indirect
+ 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.13.0 // indirect