@@ -16,6 +16,7 @@ require (
16
16
github.com/sirupsen/logrus v1.9.3
17
17
github.com/slok/kubewebhook/v2 v2.7.0
18
18
github.com/stretchr/testify v1.10.0
19
+ github.com/undefinedlabs/go-mpatch v1.0.7
19
20
golang.org/x/time v0.10.0
20
21
gopkg.in/yaml.v2 v2.4.0
21
22
k8s.io/api v0.32.1
@@ -255,7 +256,6 @@ require (
255
256
github.com/tklauser/go-sysconf v0.3.10 // indirect
256
257
github.com/tklauser/numcpus v0.4.0 // indirect
257
258
github.com/tv42/httpunix v0.0.0-20191220191345-2ba4b9c3382c // indirect
258
- github.com/undefinedlabs/go-mpatch v1.0.7 // indirect
259
259
github.com/vmware/govmomi v0.18.0 // indirect
260
260
github.com/x448/float16 v0.8.4 // indirect
261
261
github.com/yusufpapurcu/wmi v1.2.2 // indirect
@@ -269,10 +269,10 @@ require (
269
269
go.opentelemetry.io/otel/metric v1.29.0 // indirect
270
270
go.opentelemetry.io/otel/trace v1.29.0 // indirect
271
271
go.uber.org/atomic v1.11.0 // indirect
272
- golang.org/x/crypto v0.33 .0 // indirect
272
+ golang.org/x/crypto v0.35 .0 // indirect
273
273
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
274
274
golang.org/x/mod v0.21.0 // indirect
275
- golang.org/x/net v0.34 .0 // indirect
275
+ golang.org/x/net v0.36 .0 // indirect
276
276
golang.org/x/oauth2 v0.26.0 // indirect
277
277
golang.org/x/sync v0.11.0 // indirect
278
278
golang.org/x/sys v0.30.0 // indirect
0 commit comments