Skip to content

Commit 338b672

Browse files
upgraded golang.org/x/oauth2 v0.25.0 => v0.27.0
1 parent efe3a9a commit 338b672

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ require (
162162
golang.org/x/crypto v0.33.0 // indirect
163163
golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329 // indirect
164164
golang.org/x/mod v0.23.0 // indirect
165-
golang.org/x/oauth2 v0.25.0 // indirect
165+
golang.org/x/oauth2 v0.27.0 // indirect
166166
golang.org/x/sys v0.30.0 // indirect
167167
golang.org/x/term v0.29.0 // indirect
168168
golang.org/x/text v0.22.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2228,8 +2228,8 @@ golang.org/x/oauth2 v0.13.0/go.mod h1:/JMhi4ZRXAf4HG9LiNmxvk+45+96RUlVThiH8FzNBn
22282228
golang.org/x/oauth2 v0.15.0/go.mod h1:q48ptWNTY5XWf+JNten23lcvHpLJ0ZSxF5ttTHKVCAM=
22292229
golang.org/x/oauth2 v0.16.0/go.mod h1:hqZ+0LWXsiVoZpeld6jVt06P3adbS2Uu911W1SsJv2o=
22302230
golang.org/x/oauth2 v0.17.0/go.mod h1:OzPDGQiuQMguemayvdylqddI7qcD9lnSDb+1FiwQ5HA=
2231-
golang.org/x/oauth2 v0.25.0 h1:CY4y7XT9v0cRI9oupztF8AgiIu99L/ksR/Xp/6jrZ70=
2232-
golang.org/x/oauth2 v0.25.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
2231+
golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
2232+
golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
22332233
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
22342234
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
22352235
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

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
@@ -788,8 +788,8 @@ golang.org/x/net/internal/timeseries
788788
golang.org/x/net/proxy
789789
golang.org/x/net/trace
790790
golang.org/x/net/websocket
791-
# golang.org/x/oauth2 v0.25.0
792-
## explicit; go 1.18
791+
# golang.org/x/oauth2 v0.27.0
792+
## explicit; go 1.23.0
793793
golang.org/x/oauth2
794794
golang.org/x/oauth2/internal
795795
# golang.org/x/sync v0.11.0

0 commit comments

Comments
 (0)