Skip to content

Commit e6a5d5b

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 1e93fca commit e6a5d5b

File tree

9 files changed

+27
-23
lines changed

9 files changed

+27
-23
lines changed

go.mod

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module kubevirt.io/ssp-operator
22

3-
go 1.21
3+
go 1.23.0
4+
5+
toolchain go1.23.7
46

57
require (
68
github.com/blang/semver/v4 v4.0.0
@@ -105,7 +107,7 @@ require (
105107
golang.org/x/crypto v0.31.0 // indirect
106108
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
107109
golang.org/x/net v0.33.0 // indirect
108-
golang.org/x/oauth2 v0.19.0 // indirect
110+
golang.org/x/oauth2 v0.27.0 // indirect
109111
golang.org/x/sync v0.10.0 // indirect
110112
golang.org/x/sys v0.28.0 // indirect
111113
golang.org/x/term v0.27.0 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -551,8 +551,8 @@ golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4Iltr
551551
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
552552
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
553553
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc=
554-
golang.org/x/oauth2 v0.19.0 h1:9+E/EZBCbTLNrbN35fHv/a/d/mOBatymz1zbtQrXpIg=
555-
golang.org/x/oauth2 v0.19.0/go.mod h1:vYi7skDa1x015PmRRYZ7+s1cWyPgrPiSYRe4rnsexc8=
554+
golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
555+
golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
556556
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
557557
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
558558
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/clientcredentials/clientcredentials.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/oauth2.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/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
@@ -409,8 +409,8 @@ golang.org/x/net/internal/socks
409409
golang.org/x/net/internal/timeseries
410410
golang.org/x/net/proxy
411411
golang.org/x/net/trace
412-
# golang.org/x/oauth2 v0.19.0
413-
## explicit; go 1.18
412+
# golang.org/x/oauth2 v0.27.0
413+
## explicit; go 1.23.0
414414
golang.org/x/oauth2
415415
golang.org/x/oauth2/clientcredentials
416416
golang.org/x/oauth2/internal

0 commit comments

Comments
 (0)