Skip to content

Commit 0a19a45

Browse files
dependabot[bot]holyspectral
authored andcommitted
chore(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.27.0 in /test
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.24.0 to 0.27.0. - [Commits](golang/oauth2@v0.24.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b00ff08 commit 0a19a45

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ require (
112112
golang.org/x/crypto v0.36.0 // indirect
113113
golang.org/x/exp v0.0.0-20241210194714-1829a127f884 // indirect
114114
golang.org/x/net v0.38.0 // indirect
115-
golang.org/x/oauth2 v0.24.0 // indirect
115+
golang.org/x/oauth2 v0.27.0 // indirect
116116
golang.org/x/sync v0.12.0 // indirect
117117
golang.org/x/sys v0.31.0 // indirect
118118
golang.org/x/term v0.30.0 // indirect

test/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
259259
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
260260
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
261261
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
262-
golang.org/x/oauth2 v0.24.0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE=
263-
golang.org/x/oauth2 v0.24.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
262+
golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
263+
golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
264264
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
265265
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
266266
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

test/vendor/golang.org/x/oauth2/oauth2.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/vendor/golang.org/x/oauth2/pkce.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,8 +483,8 @@ golang.org/x/net/internal/httpcommon
483483
golang.org/x/net/internal/socks
484484
golang.org/x/net/proxy
485485
golang.org/x/net/websocket
486-
# golang.org/x/oauth2 v0.24.0
487-
## explicit; go 1.18
486+
# golang.org/x/oauth2 v0.27.0
487+
## explicit; go 1.23.0
488488
golang.org/x/oauth2
489489
golang.org/x/oauth2/internal
490490
# golang.org/x/sync v0.12.0

0 commit comments

Comments
 (0)