@@ -5,12 +5,12 @@ go 1.23.6
5
5
require (
6
6
github.com/go-logr/logr v1.4.2
7
7
github.com/golang/mock v1.6.0
8
- github.com/onsi/ginkgo/v2 v2.23.3
9
- github.com/onsi/gomega v1.36.3
8
+ github.com/onsi/ginkgo/v2 v2.23.4
9
+ github.com/onsi/gomega v1.37.0
10
10
github.com/pkg/errors v0.9.1
11
11
github.com/spf13/cobra v1.9.1
12
12
github.com/spf13/pflag v1.0.6
13
- golang.org/x/crypto v0.36 .0
13
+ golang.org/x/crypto v0.37 .0
14
14
gopkg.in/yaml.v3 v3.0.1
15
15
k8s.io/api v0.32.3
16
16
k8s.io/apimachinery v0.32.3
@@ -20,9 +20,9 @@ require (
20
20
k8s.io/kubectl v0.32.3
21
21
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e
22
22
kubevirt.io/api v1.5.0
23
- kubevirt.io/containerized-data-importer-api v1.61.2
24
- sigs.k8s.io/cluster-api v1.10.0-beta.0
25
- sigs.k8s.io/controller-runtime v0.20.3
23
+ kubevirt.io/containerized-data-importer-api v1.62.0
24
+ sigs.k8s.io/cluster-api v1.10.0
25
+ sigs.k8s.io/controller-runtime v0.20.4
26
26
sigs.k8s.io/kind v0.27.0
27
27
sigs.k8s.io/yaml v1.4.0
28
28
)
@@ -38,8 +38,8 @@ require (
38
38
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
39
39
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
40
40
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
41
- github.com/fsnotify/fsnotify v1.8 .0 // indirect
42
- github.com/fxamacker/cbor/v2 v2.7 .0 // indirect
41
+ github.com/fsnotify/fsnotify v1.9 .0 // indirect
42
+ github.com/fxamacker/cbor/v2 v2.8 .0 // indirect
43
43
github.com/go-errors/errors v1.5.1 // indirect
44
44
github.com/go-logr/zapr v1.3.0 // indirect
45
45
github.com/go-openapi/jsonpointer v0.21.1 // indirect
@@ -53,15 +53,14 @@ require (
53
53
github.com/google/gnostic-models v0.6.9 // indirect
54
54
github.com/google/go-cmp v0.7.0 // indirect
55
55
github.com/google/gofuzz v1.2.0 // indirect
56
- github.com/google/pprof v0.0.0-20250317173921-a4b03ec1a45e // indirect
56
+ github.com/google/pprof v0.0.0-20250422154841-e1f9c1950416 // indirect
57
57
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
58
58
github.com/google/uuid v1.6.0 // indirect
59
59
github.com/gorilla/websocket v1.5.3 // indirect
60
60
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
61
61
github.com/inconshreveable/mousetrap v1.1.0 // indirect
62
62
github.com/josharian/intern v1.0.0 // indirect
63
63
github.com/json-iterator/go v1.1.12 // indirect
64
- github.com/klauspost/compress v1.18.0 // indirect
65
64
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
66
65
github.com/mailru/easyjson v0.9.0 // indirect
67
66
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
@@ -74,29 +73,30 @@ require (
74
73
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
75
74
github.com/openshift/custom-resource-status v1.1.2 // indirect
76
75
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
77
- github.com/prometheus/client_golang v1.21.1 // indirect
78
- github.com/prometheus/client_model v0.6.1 // indirect
76
+ github.com/prometheus/client_golang v1.22.0 // indirect
77
+ github.com/prometheus/client_model v0.6.2 // indirect
79
78
github.com/prometheus/common v0.63.0 // indirect
80
- github.com/prometheus/procfs v0.16.0 // indirect
79
+ github.com/prometheus/procfs v0.16.1 // indirect
81
80
github.com/rogpeppe/go-internal v1.14.1 // indirect
82
81
github.com/russross/blackfriday/v2 v2.1.0 // indirect
83
82
github.com/x448/float16 v0.8.4 // indirect
84
83
github.com/xlab/treeprint v1.2.0 // indirect
85
84
go.opentelemetry.io/otel v1.35.0 // indirect
86
85
go.opentelemetry.io/otel/trace v1.35.0 // indirect
86
+ go.uber.org/automaxprocs v1.6.0 // indirect
87
87
go.uber.org/multierr v1.11.0 // indirect
88
88
go.uber.org/zap v1.27.0 // indirect
89
- golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
90
- golang.org/x/net v0.37 .0 // indirect
91
- golang.org/x/oauth2 v0.28 .0 // indirect
92
- golang.org/x/sync v0.12 .0 // indirect
93
- golang.org/x/sys v0.31 .0 // indirect
94
- golang.org/x/term v0.30 .0 // indirect
95
- golang.org/x/text v0.23 .0 // indirect
89
+ golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
90
+ golang.org/x/net v0.39 .0 // indirect
91
+ golang.org/x/oauth2 v0.29 .0 // indirect
92
+ golang.org/x/sync v0.13 .0 // indirect
93
+ golang.org/x/sys v0.32 .0 // indirect
94
+ golang.org/x/term v0.31 .0 // indirect
95
+ golang.org/x/text v0.24 .0 // indirect
96
96
golang.org/x/time v0.11.0 // indirect
97
- golang.org/x/tools v0.31 .0 // indirect
97
+ golang.org/x/tools v0.32 .0 // indirect
98
98
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
99
- google.golang.org/protobuf v1.36.5 // indirect
99
+ google.golang.org/protobuf v1.36.6 // indirect
100
100
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
101
101
gopkg.in/inf.v0 v0.9.1 // indirect
102
102
k8s.io/apiextensions-apiserver v0.32.3 // indirect
@@ -107,11 +107,5 @@ require (
107
107
sigs.k8s.io/kustomize/api v0.19.0 // indirect
108
108
sigs.k8s.io/kustomize/kyaml v0.19.0 // indirect
109
109
sigs.k8s.io/randfill v1.0.0 // indirect
110
- sigs.k8s.io/structured-merge-diff/v4 v4.6 .0 // indirect
110
+ sigs.k8s.io/structured-merge-diff/v4 v4.7 .0 // indirect
111
111
)
112
-
113
- // fix CVE-2025-22869
114
- replace golang.org/x/crypto => golang.org/x/crypto v0.36.0
115
-
116
- // fix CVE-2024-45338
117
- replace golang.org/x/net => golang.org/x/net v0.37.0
0 commit comments