@@ -14,7 +14,7 @@ require (
14
14
github.com/lib/pq v1.10.6
15
15
github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a
16
16
github.com/nxadm/tail v1.4.11
17
- github.com/onsi/gomega v1.35 .1
17
+ github.com/onsi/gomega v1.36 .1
18
18
github.com/open-policy-agent/cert-controller v0.12.0
19
19
github.com/prometheus/client_golang v1.20.2
20
20
github.com/shirou/gopsutil/v3 v3.22.5
@@ -23,15 +23,15 @@ require (
23
23
go.uber.org/mock v0.4.0
24
24
google.golang.org/grpc v1.65.0
25
25
google.golang.org/protobuf v1.35.1
26
- k8s.io/api v0.31.3
27
- k8s.io/apimachinery v0.31.3
28
- k8s.io/client-go v0.31.3
29
- k8s.io/code-generator v0.31.3
26
+ k8s.io/api v0.32.2
27
+ k8s.io/apimachinery v0.32.2
28
+ k8s.io/client-go v0.32.2
29
+ k8s.io/code-generator v0.32.2
30
30
k8s.io/klog/v2 v2.130.1
31
- k8s.io/kube-openapi v0.0.0-20240430033511-f0e62f92d13f
32
- k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
33
- sigs.k8s.io/controller-runtime v0.19.1
34
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1
31
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
32
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
33
+ sigs.k8s.io/controller-runtime v0.20.2
34
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2
35
35
sigs.k8s.io/yaml v1.4.0
36
36
)
37
37
@@ -73,7 +73,7 @@ require (
73
73
github.com/docker/docker-credential-helpers v0.7.0 // indirect
74
74
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
75
75
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
76
- github.com/evanphx/json-patch/v5 v5.9.0 // indirect
76
+ github.com/evanphx/json-patch/v5 v5.9.11 // indirect
77
77
github.com/fsnotify/fsnotify v1.7.0 // indirect
78
78
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
79
79
github.com/go-logr/logr v1.4.2 // indirect
@@ -86,12 +86,12 @@ require (
86
86
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
87
87
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
88
88
github.com/golang/protobuf v1.5.4 // indirect
89
+ github.com/google/btree v1.1.3 // indirect
89
90
github.com/google/gnostic-models v0.6.8 // indirect
90
91
github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20230516205744-dbecb1de8cfa // indirect
91
92
github.com/google/gofuzz v1.2.0 // indirect
92
93
github.com/google/uuid v1.6.0 // indirect
93
94
github.com/hashicorp/hcl v1.0.0 // indirect
94
- github.com/imdario/mergo v0.3.13 // indirect
95
95
github.com/jmespath/go-jmespath v0.4.0 // indirect
96
96
github.com/josharian/intern v1.0.0 // indirect
97
97
github.com/json-iterator/go v1.1.12 // indirect
@@ -141,14 +141,14 @@ require (
141
141
golang.org/x/tools v0.24.0 // indirect
142
142
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
143
143
gonum.org/v1/gonum v0.8.2 // indirect
144
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
144
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
145
145
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
146
146
gopkg.in/inf.v0 v0.9.1 // indirect
147
147
gopkg.in/ini.v1 v1.63.2 // indirect
148
148
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
149
149
gopkg.in/yaml.v2 v2.4.0 // indirect
150
150
gopkg.in/yaml.v3 v3.0.1 // indirect
151
- k8s.io/apiextensions-apiserver v0.31.2 // indirect
152
- k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 // indirect
153
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
151
+ k8s.io/apiextensions-apiserver v0.32.1 // indirect
152
+ k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
153
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
154
154
)
0 commit comments