Skip to content
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 @@ -12,7 +12,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.24.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