Skip to content

chore(all): update module golang.org/x/oauth2 to v0.27.0 [SECURITY] #5364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion auth/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
cloud.google.com/go/storage v1.50.0
github.com/GoogleCloudPlatform/golang-samples v0.0.0-20240724083556-7f760db013b7
github.com/google/uuid v1.6.0
golang.org/x/oauth2 v0.25.0
golang.org/x/oauth2 v0.27.0
google.golang.org/api v0.217.0
)

Expand Down
2 changes: 1 addition & 1 deletion docs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/go-sql-driver/mysql v1.8.1
github.com/mailgun/mailgun-go/v3 v3.6.4
github.com/mailjet/mailjet-apiv3-go v0.0.0-20201009050126-c24bc15a9394
golang.org/x/oauth2 v0.25.0
golang.org/x/oauth2 v0.27.0
google.golang.org/api v0.217.0
google.golang.org/appengine v1.6.8
google.golang.org/appengine/v2 v2.0.6
Expand Down
2 changes: 1 addition & 1 deletion endpoints/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/golang/protobuf v1.5.4
github.com/gorilla/mux v1.8.1
golang.org/x/net v0.34.0
golang.org/x/oauth2 v0.25.0
golang.org/x/oauth2 v0.27.0
google.golang.org/grpc v1.69.4
google.golang.org/grpc/examples v0.0.0-20250121182809-67bee55a47db
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/golang/protobuf v1.5.4
github.com/google/uuid v1.6.0
github.com/h2non/filetype v1.1.3
golang.org/x/oauth2 v0.25.0
golang.org/x/oauth2 v0.27.0
google.golang.org/api v0.217.0
google.golang.org/protobuf v1.36.3
gopkg.in/yaml.v2 v2.4.0
Expand Down
2 changes: 1 addition & 1 deletion healthcare/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23.0

require (
github.com/GoogleCloudPlatform/golang-samples v0.0.0-20240724083556-7f760db013b7
golang.org/x/oauth2 v0.25.0
golang.org/x/oauth2 v0.27.0
google.golang.org/api v0.217.0
)

Expand Down
2 changes: 1 addition & 1 deletion iam/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/GoogleCloudPlatform/golang-samples v0.0.0-20240724083556-7f760db013b7
github.com/gofrs/uuid v4.4.0+incompatible
github.com/google/go-cmp v0.6.0
golang.org/x/oauth2 v0.25.0
golang.org/x/oauth2 v0.27.0
google.golang.org/api v0.217.0
google.golang.org/genproto v0.0.0-20250115164207-1a7da9e5054f
)
Expand Down
2 changes: 1 addition & 1 deletion jobs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/GoogleCloudPlatform/golang-samples v0.0.0-20240724083556-7f760db013b7
github.com/gofrs/uuid v4.4.0+incompatible
github.com/golang/protobuf v1.5.4
golang.org/x/oauth2 v0.25.0
golang.org/x/oauth2 v0.27.0
google.golang.org/api v0.217.0
google.golang.org/genproto v0.0.0-20250115164207-1a7da9e5054f
)
Expand Down