@@ -6,105 +6,109 @@ replace (
6
6
github.com/openshift/api => github.com/openshift/api v0.0.0-20191219222812-2987a591a72c
7
7
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20200521150516-05eb9880269c
8
8
github.com/rancher/rancher/pkg/apis => github.com/rancher/rancher/pkg/apis v0.0.0-20230124173128-2207cfed1803
9
- k8s.io/api => k8s.io/api v0.31.5
10
- k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.31.5
11
- k8s.io/apimachinery => k8s.io/apimachinery v0.31.5
12
- k8s.io/apiserver => k8s.io/apiserver v0.31.5
13
- k8s.io/client-go => k8s.io/client-go v0.31.5
14
- k8s.io/code-generator => k8s.io/code-generator v0.31.5
9
+ k8s.io/api => k8s.io/api v0.34.0
10
+ k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.34.0
11
+ k8s.io/apimachinery => k8s.io/apimachinery v0.34.0
12
+ k8s.io/apiserver => k8s.io/apiserver v0.34.0
13
+ k8s.io/client-go => k8s.io/client-go v0.34.0
14
+ k8s.io/code-generator => k8s.io/code-generator v0.34.0
15
15
k8s.io/gengo/v2 => k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70
16
16
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
17
17
)
18
18
19
19
require (
20
- github.com/harvester/harvester v1.5 .0
20
+ github.com/harvester/harvester v1.6 .0
21
21
github.com/harvester/webhook v0.1.5
22
22
github.com/insomniacslk/dhcp v0.0.0-20240710054256-ddd8a41251c9
23
- github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.0
24
- github.com/rancher/lasso v0.0.0-20241202185148-04649f379358
25
- github.com/rancher/wrangler/v3 v3.1.0
23
+ github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.5
24
+ github.com/rancher/lasso v0.2.4
25
+ github.com/rancher/wrangler/v3 v3.2.3
26
26
github.com/sirupsen/logrus v1.9.3
27
- github.com/spf13/cobra v1.8 .1
28
- github.com/stretchr/testify v1.10.0
29
- golang.org/x/sync v0.12 .0
30
- k8s.io/api v0.32.2
31
- k8s.io/apimachinery v0.32.2
27
+ github.com/spf13/cobra v1.10 .1
28
+ github.com/stretchr/testify v1.11.1
29
+ golang.org/x/sync v0.17 .0
30
+ k8s.io/api v0.34.0
31
+ k8s.io/apimachinery v0.34.0
32
32
k8s.io/client-go v12.0.0+incompatible
33
- kubevirt.io/api v1.4.0
33
+ kubevirt.io/api v1.6.0
34
+ )
35
+
36
+ require (
37
+ go.yaml.in/yaml/v2 v2.4.2 // indirect
38
+ go.yaml.in/yaml/v3 v3.0.4 // indirect
39
+ golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
40
+ sigs.k8s.io/randfill v1.0.0 // indirect
41
+ sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
34
42
)
35
43
36
44
require (
37
45
github.com/beorn7/perks v1.0.1 // indirect
38
46
github.com/cespare/xxhash/v2 v2.3.0 // indirect
39
47
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
40
- github.com/emicklei/go-restful/v3 v3.12.1 // indirect
41
- github.com/evanphx/json-patch v5.9.0 +incompatible // indirect
42
- github.com/fxamacker/cbor/v2 v2.7 .0 // indirect
48
+ github.com/emicklei/go-restful/v3 v3.12.2 // indirect
49
+ github.com/evanphx/json-patch v5.9.11 +incompatible // indirect
50
+ github.com/fxamacker/cbor/v2 v2.9 .0 // indirect
43
51
github.com/ghodss/yaml v1.0.0 // indirect
44
52
github.com/go-bindata/go-bindata/v3 v3.1.3
45
53
github.com/go-logr/logr v1.4.2 // indirect
46
- github.com/go-openapi/jsonpointer v0.21.0 // indirect
54
+ github.com/go-openapi/jsonpointer v0.21.1 // indirect
47
55
github.com/go-openapi/jsonreference v0.21.0 // indirect
48
- github.com/go-openapi/swag v0.23.0 // indirect
56
+ github.com/go-openapi/swag v0.23.1 // indirect
49
57
github.com/gogo/protobuf v1.3.2 // indirect
50
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
51
58
github.com/golang/protobuf v1.5.4 // indirect
52
- github.com/google/gnostic-models v0.6.9 // indirect
53
- github.com/google/go-cmp v0.6 .0 // indirect
59
+ github.com/google/gnostic-models v0.7.0 // indirect
60
+ github.com/google/go-cmp v0.7 .0 // indirect
54
61
github.com/google/gofuzz v1.2.0 // indirect
55
62
github.com/google/uuid v1.6.0 // indirect
56
63
github.com/gorilla/mux v1.8.1
57
- github.com/imdario/mergo v0.3.16 // indirect
58
64
github.com/inconshreveable/mousetrap v1.1.0 // indirect
59
65
github.com/josharian/intern v1.0.0 // indirect
60
66
github.com/josharian/native v1.1.0 // indirect
61
67
github.com/json-iterator/go v1.1.12 // indirect
62
68
github.com/kisielk/errcheck v1.5.0 // indirect
63
- github.com/klauspost/compress v1.17.11 // indirect
64
69
github.com/mailru/easyjson v0.9.0 // indirect
65
70
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
66
- github.com/modern-go/reflect2 v1.0.2 // indirect
71
+ github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
67
72
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
68
73
github.com/openshift/custom-resource-status v1.1.2 // indirect
69
74
github.com/pierrec/lz4/v4 v4.1.22 // indirect
70
75
github.com/pkg/errors v0.9.1 // indirect
71
76
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
72
- github.com/prometheus/client_golang v1.20.5
73
- github.com/prometheus/client_model v0.6.1 // indirect
74
- github.com/prometheus/common v0.61.0 // indirect
75
- github.com/prometheus/procfs v0.15 .1 // indirect
77
+ github.com/prometheus/client_golang v1.23.2
78
+ github.com/prometheus/client_model v0.6.2 // indirect
79
+ github.com/prometheus/common v0.66.1 // indirect
80
+ github.com/prometheus/procfs v0.16 .1 // indirect
76
81
github.com/rancher/dynamiclistener v0.6.1 // indirect
77
82
github.com/rancher/wrangler v1.1.2 // indirect
78
- github.com/spf13/pflag v1.0.5 // indirect
83
+ github.com/spf13/pflag v1.0.9 // indirect
79
84
github.com/u-root/uio v0.0.0-20230220225925-ffce2a382923 // indirect
80
85
github.com/x448/float16 v0.8.4 // indirect
81
- golang.org/x/crypto v0.36 .0 // indirect
86
+ golang.org/x/crypto v0.41 .0 // indirect
82
87
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
83
- golang.org/x/mod v0.23 .0 // indirect
84
- golang.org/x/net v0.38 .0 // indirect
85
- golang.org/x/oauth2 v0.24 .0 // indirect
86
- golang.org/x/sys v0.31 .0 // indirect
87
- golang.org/x/term v0.30 .0 // indirect
88
- golang.org/x/text v0.23 .0 // indirect
89
- golang.org/x/time v0.8 .0 // indirect
90
- golang.org/x/tools v0.30 .0 // indirect
91
- google.golang.org/protobuf v1.36.5 // indirect
88
+ golang.org/x/mod v0.26 .0 // indirect
89
+ golang.org/x/net v0.43 .0 // indirect
90
+ golang.org/x/oauth2 v0.30 .0 // indirect
91
+ golang.org/x/sys v0.35 .0 // indirect
92
+ golang.org/x/term v0.34 .0 // indirect
93
+ golang.org/x/text v0.28 .0 // indirect
94
+ golang.org/x/time v0.11 .0 // indirect
95
+ golang.org/x/tools v0.35 .0 // indirect
96
+ google.golang.org/protobuf v1.36.8 // indirect
92
97
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
93
98
gopkg.in/inf.v0 v0.9.1 // indirect
94
99
gopkg.in/yaml.v2 v2.4.0 // indirect
95
100
gopkg.in/yaml.v3 v3.0.1 // indirect
96
- k8s.io/apiextensions-apiserver v0.32.2 // indirect
97
- k8s.io/code-generator v0.32.2 // indirect
98
- k8s.io/gengo v0.0.0-20240826214909-a7b603a56eb7 // indirect
99
- k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
100
- k8s.io/klog v1.0.0 // indirect
101
+ k8s.io/apiextensions-apiserver v0.33.1 // indirect
102
+ k8s.io/code-generator v0.34.0 // indirect
103
+ k8s.io/gengo v0.0.0-20250130153323-76c5745d3511 // indirect
104
+ k8s.io/gengo/v2 v2.0.0-20250604051438-85fd79dbfd9f // indirect
101
105
k8s.io/klog/v2 v2.130.1 // indirect
102
- k8s.io/kube-aggregator v0.31 .1 // indirect
103
- k8s.io/kube-openapi v0.31.5 // indirect
104
- k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
106
+ k8s.io/kube-aggregator v0.33 .1 // indirect
107
+ k8s.io/kube-openapi v0.31.9 // indirect
108
+ k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
105
109
kubevirt.io/containerized-data-importer-api v1.61.0 // indirect
106
110
kubevirt.io/controller-lifecycle-operator-sdk/api v0.0.0-20220329064328-f3cc58c6ed90 // indirect
107
111
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
108
- sigs.k8s.io/structured-merge-diff/v4 v4.5 .0 // indirect
109
- sigs.k8s.io/yaml v1.4 .0 // indirect
112
+ sigs.k8s.io/structured-merge-diff/v4 v4.7 .0 // indirect
113
+ sigs.k8s.io/yaml v1.6 .0 // indirect
110
114
)
0 commit comments