14
14
15
15
module github.com/googlecloudplatform/gatekeeper-securitycenter
16
16
17
- go 1.22.0
17
+ go 1.23.0
18
+
19
+ toolchain go1.23.4
18
20
19
21
require (
20
- cloud.google.com/go/securitycenter v1.34.0
22
+ cloud.google.com/go/securitycenter v1.35.2
21
23
github.com/go-logr/logr v1.4.2
22
24
github.com/go-logr/stdr v1.2.2
23
25
github.com/go-logr/zapr v1.3.0
@@ -26,36 +28,37 @@ require (
26
28
github.com/spf13/cobra v1.8.1
27
29
github.com/spf13/pflag v1.0.5
28
30
go.uber.org/zap v1.27.0
29
- google.golang.org/api v0.191 .0
30
- google.golang.org/genproto v0.0.0-20240808171019-573a1156607a
31
- google.golang.org/grpc v1.65 .0
32
- google.golang.org/protobuf v1.34 .2
33
- k8s.io/apimachinery v0.30.3
34
- k8s.io/client-go v0.30.3
31
+ google.golang.org/api v0.211 .0
32
+ google.golang.org/genproto v0.0.0-20241209162323-e6fa225c2576
33
+ google.golang.org/grpc v1.69 .0
34
+ google.golang.org/protobuf v1.35 .2
35
+ k8s.io/apimachinery v0.32.0
36
+ k8s.io/client-go v0.32.0
35
37
)
36
38
37
39
require (
38
- cloud.google.com/go v0.115 .0 // indirect
39
- cloud.google.com/go/auth v0.8.0 // indirect
40
- cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
41
- cloud.google.com/go/compute/metadata v0.5.0 // indirect
42
- cloud.google.com/go/iam v1.1.13 // indirect
43
- cloud.google.com/go/longrunning v0.5.12 // indirect
44
- github.com/davecgh/go-spew v1.1.1 // indirect
40
+ cloud.google.com/go v0.116 .0 // indirect
41
+ cloud.google.com/go/auth v0.12.1 // indirect
42
+ cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
43
+ cloud.google.com/go/compute/metadata v0.5.2 // indirect
44
+ cloud.google.com/go/iam v1.3.0 // indirect
45
+ cloud.google.com/go/longrunning v0.6.3 // indirect
46
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
45
47
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
46
48
github.com/felixge/httpsnoop v1.0.4 // indirect
49
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
47
50
github.com/go-openapi/jsonpointer v0.21.0 // indirect
48
51
github.com/go-openapi/jsonreference v0.21.0 // indirect
49
52
github.com/go-openapi/swag v0.23.0 // indirect
50
53
github.com/gogo/protobuf v1.3.2 // indirect
51
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
54
+ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
52
55
github.com/golang/protobuf v1.5.4 // indirect
53
- github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
56
+ github.com/google/gnostic-models v0.6.9 // indirect
54
57
github.com/google/gofuzz v1.2.0 // indirect
55
58
github.com/google/s2a-go v0.1.8 // indirect
56
59
github.com/google/uuid v1.6.0 // indirect
57
- github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
58
- github.com/googleapis/gax-go/v2 v2.13 .0 // indirect
60
+ github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
61
+ github.com/googleapis/gax-go/v2 v2.14 .0 // indirect
59
62
github.com/imdario/mergo v0.3.16 // indirect
60
63
github.com/inconshreveable/mousetrap v1.1.0 // indirect
61
64
github.com/josharian/intern v1.0.0 // indirect
@@ -64,31 +67,33 @@ require (
64
67
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
65
68
github.com/modern-go/reflect2 v1.0.2 // indirect
66
69
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
70
+ github.com/x448/float16 v0.8.4 // indirect
67
71
go.opencensus.io v0.24.0 // indirect
68
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
69
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
70
- go.opentelemetry.io/otel v1.28.0 // indirect
71
- go.opentelemetry.io/otel/metric v1.28.0 // indirect
72
- go.opentelemetry.io/otel/trace v1.28.0 // indirect
72
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
73
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
74
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
75
+ go.opentelemetry.io/otel v1.33.0 // indirect
76
+ go.opentelemetry.io/otel/metric v1.33.0 // indirect
77
+ go.opentelemetry.io/otel/trace v1.33.0 // indirect
73
78
go.uber.org/multierr v1.11.0 // indirect
74
79
golang.org/x/crypto v0.31.0 // indirect
75
- golang.org/x/net v0.28 .0 // indirect
76
- golang.org/x/oauth2 v0.22 .0 // indirect
80
+ golang.org/x/net v0.32 .0 // indirect
81
+ golang.org/x/oauth2 v0.24 .0 // indirect
77
82
golang.org/x/sync v0.10.0 // indirect
78
83
golang.org/x/sys v0.28.0 // indirect
79
84
golang.org/x/term v0.27.0 // indirect
80
85
golang.org/x/text v0.21.0 // indirect
81
- golang.org/x/time v0.6 .0 // indirect
82
- google.golang.org/genproto/googleapis/api v0.0.0-20240808171019-573a1156607a // indirect
83
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240808171019-573a1156607a // indirect
86
+ golang.org/x/time v0.8 .0 // indirect
87
+ google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
88
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
84
89
gopkg.in/inf.v0 v0.9.1 // indirect
85
90
gopkg.in/yaml.v2 v2.4.0 // indirect
86
91
gopkg.in/yaml.v3 v3.0.1 // indirect
87
- k8s.io/api v0.30.3 // indirect
92
+ k8s.io/api v0.32.0 // indirect
88
93
k8s.io/klog/v2 v2.130.1 // indirect
89
- k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8 // indirect
90
- k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
91
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
92
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
94
+ k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
95
+ k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
96
+ sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
97
+ sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
93
98
sigs.k8s.io/yaml v1.4.0 // indirect
94
99
)
0 commit comments