Skip to content

Commit 2b9e6a2

Browse files
committed
go.mod: golang.org/x/oauth2 v0.28.0
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 6df1ea0 commit 2b9e6a2

6 files changed

Lines changed: 19 additions & 20 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ require (
138138
golang.org/x/crypto v0.36.0 // indirect
139139
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611 // indirect
140140
golang.org/x/net v0.37.0 // indirect
141-
golang.org/x/oauth2 v0.23.0 // indirect
141+
golang.org/x/oauth2 v0.28.0 // indirect
142142
golang.org/x/term v0.30.0 // indirect
143143
golang.org/x/text v0.23.0 // indirect
144144
golang.org/x/time v0.3.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
416416
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
417417
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
418418
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
419-
golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs=
420-
golang.org/x/oauth2 v0.23.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
419+
golang.org/x/oauth2 v0.28.0 h1:CrgCKl8PPAVtLnU3c+EDw6x11699EWlsDeWNWKdIOkc=
420+
golang.org/x/oauth2 v0.28.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
421421
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
422422
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
423423
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

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

Lines changed: 5 additions & 10 deletions
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

Lines changed: 7 additions & 3 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
@@ -607,8 +607,8 @@ golang.org/x/net/internal/timeseries
607607
golang.org/x/net/proxy
608608
golang.org/x/net/trace
609609
golang.org/x/net/websocket
610-
# golang.org/x/oauth2 v0.23.0
611-
## explicit; go 1.18
610+
# golang.org/x/oauth2 v0.28.0
611+
## explicit; go 1.23.0
612612
golang.org/x/oauth2
613613
golang.org/x/oauth2/internal
614614
# golang.org/x/sync v0.12.0

0 commit comments

Comments
 (0)