File tree Expand file tree Collapse file tree 2 files changed +11
-162
lines changed
modules/project_cleanup/function_source Expand file tree Collapse file tree 2 files changed +11
-162
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/terraform-google-modules/terraform-google-scheduled-function/modules/project_cleanup
2
2
3
- go 1.22.7
3
+ go 1.23.0
4
4
5
- toolchain go1.23.6
5
+ toolchain go1.24.5
6
6
7
7
require (
8
8
cloud.google.com/go/asset v1.20.4
9
9
cloud.google.com/go/container v1.42.2
10
10
cloud.google.com/go/securitycenter v1.35.3
11
11
golang.org/x/net v0.34.0
12
- golang.org/x/oauth2 v0.26 .0
12
+ golang.org/x/oauth2 v0.27 .0
13
13
google.golang.org/api v0.219.0
14
14
)
15
15
@@ -26,12 +26,10 @@ require (
26
26
github.com/felixge/httpsnoop v1.0.4 // indirect
27
27
github.com/go-logr/logr v1.4.2 // indirect
28
28
github.com/go-logr/stdr v1.2.2 // indirect
29
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
30
29
github.com/google/s2a-go v0.1.9 // indirect
31
30
github.com/google/uuid v1.6.0 // indirect
32
31
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
33
32
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
34
- go.opencensus.io v0.24.0 // indirect
35
33
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
36
34
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
37
35
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
You can’t perform that action at this time.
0 commit comments