Skip to content

Commit 1b6b768

Browse files
committed
[vendor] bump golang.org/x/oauth2 to v0.28.0
1 parent 9801046 commit 1b6b768

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ require (
124124
go.uber.org/multierr v1.11.0 // indirect
125125
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
126126
golang.org/x/net v0.34.0 // indirect
127-
golang.org/x/oauth2 v0.25.0 // indirect
127+
golang.org/x/oauth2 v0.28.0 // indirect
128128
golang.org/x/sync v0.12.0 // indirect
129129
golang.org/x/term v0.30.0 // indirect
130130
golang.org/x/text v0.23.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -777,8 +777,8 @@ golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4Iltr
777777
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
778778
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
779779
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
780-
golang.org/x/oauth2 v0.25.0 h1:CY4y7XT9v0cRI9oupztF8AgiIu99L/ksR/Xp/6jrZ70=
781-
golang.org/x/oauth2 v0.25.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
780+
golang.org/x/oauth2 v0.28.0 h1:CrgCKl8PPAVtLnU3c+EDw6x11699EWlsDeWNWKdIOkc=
781+
golang.org/x/oauth2 v0.28.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
782782
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
783783
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
784784
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

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

Lines changed: 6 additions & 2 deletions
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

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

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,8 @@ golang.org/x/net/internal/timeseries
571571
golang.org/x/net/proxy
572572
golang.org/x/net/trace
573573
golang.org/x/net/websocket
574-
# golang.org/x/oauth2 v0.25.0
575-
## explicit; go 1.18
574+
# golang.org/x/oauth2 v0.28.0
575+
## explicit; go 1.23.0
576576
golang.org/x/oauth2
577577
golang.org/x/oauth2/internal
578578
# golang.org/x/sync v0.12.0

0 commit comments

Comments
 (0)