Skip to content

Commit 8662fdd

Browse files
fix(deps): Update module golang.org/x/oauth2 to v0.27.0 [SECURITY]
1 parent a393137 commit 8662fdd

File tree

2 files changed

+11
-162
lines changed

2 files changed

+11
-162
lines changed

‎modules/project_cleanup/function_source/go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
module github.com/terraform-google-modules/terraform-google-scheduled-function/modules/project_cleanup
22

3-
go 1.22.7
3+
go 1.23.0
44

5-
toolchain go1.23.6
5+
toolchain go1.24.5
66

77
require (
88
cloud.google.com/go/asset v1.20.4
99
cloud.google.com/go/container v1.42.2
1010
cloud.google.com/go/securitycenter v1.35.3
1111
golang.org/x/net v0.34.0
12-
golang.org/x/oauth2 v0.26.0
12+
golang.org/x/oauth2 v0.27.0
1313
google.golang.org/api v0.219.0
1414
)
1515

@@ -26,12 +26,10 @@ require (
2626
github.com/felixge/httpsnoop v1.0.4 // indirect
2727
github.com/go-logr/logr v1.4.2 // indirect
2828
github.com/go-logr/stdr v1.2.2 // indirect
29-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3029
github.com/google/s2a-go v0.1.9 // indirect
3130
github.com/google/uuid v1.6.0 // indirect
3231
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
3332
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
34-
go.opencensus.io v0.24.0 // indirect
3533
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
3634
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
3735
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect

0 commit comments

Comments
 (0)