File tree Expand file tree Collapse file tree 2 files changed +7
-158
lines changed
modules/project_cleanup/function_source Expand file tree Collapse file tree 2 files changed +7
-158
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/terraform-google-modules/terraform-google-scheduled-function/m
2
2
3
3
go 1.22.7
4
4
5
- toolchain go1.23.6
5
+ toolchain go1.24.7
6
6
7
7
require (
8
8
cloud.google.com/go/asset v1.20.4
@@ -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