1
1
module sigs.k8s.io/cluster-api-provider-kubevirt
2
2
3
- go 1.22.0
3
+ go 1.22.8
4
4
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.19.0
9
- github.com/onsi/gomega v1.33.1
8
+ github.com/onsi/ginkgo/v2 v2.20.2
9
+ github.com/onsi/gomega v1.34.2
10
10
github.com/pkg/errors v0.9.1
11
- github.com/spf13/cobra v1.8.0
11
+ github.com/spf13/cobra v1.8.1
12
12
github.com/spf13/pflag v1.0.5
13
- golang.org/x/crypto v0.23 .0
13
+ golang.org/x/crypto v0.28 .0
14
14
gopkg.in/yaml.v3 v3.0.1
15
- k8s.io/api v0.30 .1
16
- k8s.io/apimachinery v0.30 .1
17
- k8s.io/client-go v0.30 .1
18
- k8s.io/component-base v0.30 .1
19
- k8s.io/klog/v2 v2.120 .1
20
- k8s.io/kubectl v0.30 .1
21
- k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
22
- kubevirt.io/api v1.2 .1
23
- kubevirt.io/containerized-data-importer-api v1.59.0
24
- sigs.k8s.io/cluster-api v1.7.2
25
- sigs.k8s.io/controller-runtime v0.18.3
26
- sigs.k8s.io/kind v0.23 .0
15
+ k8s.io/api v0.31 .1
16
+ k8s.io/apimachinery v0.31 .1
17
+ k8s.io/client-go v0.31 .1
18
+ k8s.io/component-base v0.31 .1
19
+ k8s.io/klog/v2 v2.130 .1
20
+ k8s.io/kubectl v0.31 .1
21
+ k8s.io/utils v0.0.0-20240921022957-49e7df575cb6
22
+ kubevirt.io/api v1.3 .1
23
+ kubevirt.io/containerized-data-importer-api v1.60.3
24
+ sigs.k8s.io/cluster-api v1.8.3
25
+ sigs.k8s.io/controller-runtime v0.19.0
26
+ sigs.k8s.io/kind v0.24 .0
27
27
sigs.k8s.io/yaml v1.4.0
28
28
)
29
29
@@ -32,80 +32,80 @@ require (
32
32
github.com/MakeNowJust/heredoc v1.0.0 // indirect
33
33
github.com/beorn7/perks v1.0.1 // indirect
34
34
github.com/blang/semver/v4 v4.0.0 // indirect
35
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
36
- github.com/chai2010/gettext-go v1.0.2 // indirect
35
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
36
+ github.com/chai2010/gettext-go v1.0.3 // indirect
37
37
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
38
- github.com/emicklei/go-restful/v3 v3.11.0 // indirect
39
- github.com/evanphx/json-patch v5.7.0+incompatible // indirect
38
+ github.com/emicklei/go-restful/v3 v3.12.1 // indirect
40
39
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
41
- github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
40
+ github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
42
41
github.com/fsnotify/fsnotify v1.7.0 // indirect
43
- github.com/go-errors/errors v1.4.2 // indirect
42
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
43
+ github.com/go-errors/errors v1.5.1 // indirect
44
44
github.com/go-logr/zapr v1.3.0 // indirect
45
- github.com/go-openapi/jsonpointer v0.19.6 // indirect
46
- github.com/go-openapi/jsonreference v0.20.2 // indirect
47
- github.com/go-openapi/swag v0.22.3 // indirect
45
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
46
+ github.com/go-openapi/jsonreference v0.21.0 // indirect
47
+ github.com/go-openapi/swag v0.23.0 // indirect
48
48
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
49
- github.com/gobuffalo/flect v1.0.2 // indirect
49
+ github.com/gobuffalo/flect v1.0.3 // indirect
50
50
github.com/gogo/protobuf v1.3.2 // indirect
51
51
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
52
52
github.com/golang/protobuf v1.5.4 // indirect
53
- github.com/google/btree v1.0.1 // indirect
53
+ github.com/google/btree v1.1.3 // indirect
54
54
github.com/google/gnostic-models v0.6.8 // indirect
55
55
github.com/google/go-cmp v0.6.0 // indirect
56
56
github.com/google/gofuzz v1.2.0 // indirect
57
- github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
57
+ github.com/google/pprof v0.0.0-20241008032058-148460133af7 // indirect
58
58
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
59
- github.com/google/uuid v1.4 .0 // indirect
60
- github.com/gorilla/websocket v1.5.0 // indirect
61
- github.com/gregjones/httpcache v0.0.0-20181110185634-c63ab54fda8f // indirect
59
+ github.com/google/uuid v1.6 .0 // indirect
60
+ github.com/gorilla/websocket v1.5.3 // indirect
61
+ github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
62
62
github.com/imdario/mergo v0.3.13 // indirect
63
63
github.com/inconshreveable/mousetrap v1.1.0 // indirect
64
64
github.com/josharian/intern v1.0.0 // indirect
65
65
github.com/json-iterator/go v1.1.12 // indirect
66
+ github.com/klauspost/compress v1.17.10 // indirect
66
67
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
67
68
github.com/mailru/easyjson v0.7.7 // indirect
68
- github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
69
69
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
70
- github.com/moby/spdystream v0.2 .0 // indirect
71
- github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
70
+ github.com/moby/spdystream v0.5 .0 // indirect
71
+ github.com/moby/term v0.5.0 // indirect
72
72
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
73
73
github.com/modern-go/reflect2 v1.0.2 // indirect
74
74
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
75
75
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
76
76
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
77
- github.com/openshift/api v0.0.0-20240521185306-0314f31e7774 // indirect
78
77
github.com/openshift/custom-resource-status v1.1.2 // indirect
79
78
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
80
- github.com/prometheus/client_golang v1.18.0 // indirect
81
- github.com/prometheus/client_model v0.5.0 // indirect
82
- github.com/prometheus/common v0.45 .0 // indirect
83
- github.com/prometheus/procfs v0.12.0 // indirect
79
+ github.com/prometheus/client_golang v1.20.4 // indirect
80
+ github.com/prometheus/client_model v0.6.1 // indirect
81
+ github.com/prometheus/common v0.60 .0 // indirect
82
+ github.com/prometheus/procfs v0.15.1 // indirect
84
83
github.com/russross/blackfriday/v2 v2.1.0 // indirect
84
+ github.com/x448/float16 v0.8.4 // indirect
85
85
github.com/xlab/treeprint v1.2.0 // indirect
86
86
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
87
87
go.uber.org/multierr v1.11.0 // indirect
88
- go.uber.org/zap v1.26 .0 // indirect
89
- golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
90
- golang.org/x/net v0.25 .0 // indirect
91
- golang.org/x/oauth2 v0.18 .0 // indirect
92
- golang.org/x/sync v0.7 .0 // indirect
93
- golang.org/x/sys v0.20 .0 // indirect
94
- golang.org/x/term v0.20 .0 // indirect
95
- golang.org/x/text v0.15 .0 // indirect
96
- golang.org/x/time v0.5 .0 // indirect
97
- golang.org/x/tools v0.21 .0 // indirect
88
+ go.uber.org/zap v1.27 .0 // indirect
89
+ golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 // indirect
90
+ golang.org/x/net v0.30 .0 // indirect
91
+ golang.org/x/oauth2 v0.23 .0 // indirect
92
+ golang.org/x/sync v0.8 .0 // indirect
93
+ golang.org/x/sys v0.26 .0 // indirect
94
+ golang.org/x/term v0.25 .0 // indirect
95
+ golang.org/x/text v0.19 .0 // indirect
96
+ golang.org/x/time v0.7 .0 // indirect
97
+ golang.org/x/tools v0.26 .0 // indirect
98
98
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
99
- google.golang.org/appengine v1.6.7 // indirect
100
- google.golang.org/protobuf v1.33 .0 // indirect
99
+ google.golang.org/protobuf v1.35.1 // indirect
100
+ gopkg.in/evanphx/json-patch.v4 v4.12 .0 // indirect
101
101
gopkg.in/inf.v0 v0.9.1 // indirect
102
102
gopkg.in/yaml.v2 v2.4.0 // indirect
103
- k8s.io/apiextensions-apiserver v0.30 .1 // indirect
104
- k8s.io/cli-runtime v0.30 .1 // indirect
105
- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
106
- kubevirt.io/controller-lifecycle-operator-sdk/api v0.0.0-20220329064328-f3cc58c6ed90 // indirect
103
+ k8s.io/apiextensions-apiserver v0.31 .1 // indirect
104
+ k8s.io/cli-runtime v0.31 .1 // indirect
105
+ k8s.io/kube-openapi v0.0.0-20240903163716-9e1beecbcb38 // indirect
106
+ kubevirt.io/controller-lifecycle-operator-sdk/api v0.2.4 // indirect
107
107
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
108
- sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
109
- sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
108
+ sigs.k8s.io/kustomize/api v0.17.3 // indirect
109
+ sigs.k8s.io/kustomize/kyaml v0.17.2 // indirect
110
110
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
111
111
)
0 commit comments