Skip to content

Commit 2a45227

Browse files
chore(deps): update module golang.org/x/oauth2 to v0.27.0 [security]
Signed-off-by: redhat-renovate-bot <[email protected]>
1 parent 641e634 commit 2a45227

File tree

8 files changed

+25
-21
lines changed

8 files changed

+25
-21
lines changed

go.mod

+4-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ require (
6666
github.com/x448/float16 v0.8.4 // indirect
6767
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
6868
golang.org/x/net v0.28.0 // indirect
69-
golang.org/x/oauth2 v0.21.0 // indirect
69+
golang.org/x/oauth2 v0.27.0 // indirect
7070
golang.org/x/sys v0.23.0 // indirect
7171
golang.org/x/term v0.23.0 // indirect
7272
golang.org/x/text v0.17.0 // indirect
@@ -108,4 +108,6 @@ replace (
108108
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.31.0
109109
)
110110

111-
go 1.22.9
111+
go 1.23.0
112+
113+
toolchain go1.23.7

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,8 @@ golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58/go.mod h1:KelEdhl1UZF7XfJ
437437
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
438438
golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
439439
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
440-
golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs=
441-
golang.org/x/oauth2 v0.21.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
440+
golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
441+
golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
442442
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
443443
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
444444
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

vendor/golang.org/x/oauth2/LICENSE

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/oauth2/README.md

+5-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ golang.org/x/net/idna
269269
golang.org/x/net/internal/socks
270270
golang.org/x/net/proxy
271271
golang.org/x/net/websocket
272-
# golang.org/x/oauth2 v0.21.0
273-
## explicit; go 1.18
272+
# golang.org/x/oauth2 v0.27.0
273+
## explicit; go 1.23.0
274274
golang.org/x/oauth2
275275
golang.org/x/oauth2/internal
276276
# golang.org/x/sys v0.23.0

0 commit comments

Comments
 (0)