@@ -4,46 +4,55 @@ require (
4
4
github.com/Mellanox/sriovnet v1.0.2
5
5
github.com/containernetworking/cni v1.0.1
6
6
github.com/containernetworking/plugins v1.0.1
7
- github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
7
+ github.com/golang/glog v1.1.0
8
8
github.com/imdario/mergo v0.3.12
9
9
github.com/j-keck/arping v1.0.2
10
10
github.com/k8snetworkplumbingwg/network-attachment-definition-client v0.0.0-20200626054723-37f83d1996bc
11
11
github.com/onsi/ginkgo v1.16.4
12
- github.com/onsi/gomega v1.15 .0
12
+ github.com/onsi/gomega v1.31 .0
13
13
github.com/ovn-org/libovsdb v0.6.0
14
14
github.com/pkg/errors v0.9.1
15
15
github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5
16
- k8s.io/api v0.20.6
17
- k8s.io/apimachinery v0.20.6
18
- k8s.io/client-go v0.20.6
16
+ k8s.io/api v0.30.3
17
+ k8s.io/apimachinery v0.30.3
18
+ k8s.io/client-go v0.30.3
19
19
kubevirt.io/qe-tools v0.1.6
20
20
)
21
21
22
22
require (
23
- github.com/cenkalti/backoff/v4 v4.1 .1 // indirect
23
+ github.com/cenkalti/backoff/v4 v4.2 .1 // indirect
24
24
github.com/cenkalti/hub v1.0.1 // indirect
25
25
github.com/cenkalti/rpc2 v0.0.0-20210220005819-4a29bc83afe1 // indirect
26
26
github.com/coreos/go-iptables v0.6.0 // indirect
27
27
github.com/davecgh/go-spew v1.1.1 // indirect
28
- github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96 // indirect
29
- github.com/fsnotify/fsnotify v1.4.9 // indirect
30
- github.com/go-logr/logr v0.2.0 // indirect
28
+ github.com/emicklei/go-restful/v3 v3.11.0 // indirect
29
+ github.com/fsnotify/fsnotify v1.7.0 // indirect
30
+ github.com/go-logr/logr v1.4.1 // indirect
31
+ github.com/go-openapi/jsonpointer v0.19.6 // indirect
32
+ github.com/go-openapi/jsonreference v0.20.2 // indirect
33
+ github.com/go-openapi/swag v0.22.3 // indirect
31
34
github.com/gogo/protobuf v1.3.2 // indirect
32
- github.com/golang/protobuf v1.5.3 // indirect
33
- github.com/google/gofuzz v1.1.0 // indirect
34
- github.com/google/uuid v1.2.0 // indirect
35
- github.com/googleapis/gnostic v0.4.1 // indirect
36
- github.com/json-iterator/go v1.1.10 // indirect
35
+ github.com/golang/protobuf v1.5.4 // indirect
36
+ github.com/google/gnostic-models v0.6.8 // indirect
37
+ github.com/google/go-cmp v0.6.0 // indirect
38
+ github.com/google/gofuzz v1.2.0 // indirect
39
+ github.com/google/uuid v1.3.0 // indirect
40
+ github.com/gorilla/websocket v1.5.0 // indirect
41
+ github.com/josharian/intern v1.0.0 // indirect
42
+ github.com/json-iterator/go v1.1.12 // indirect
43
+ github.com/mailru/easyjson v0.7.7 // indirect
44
+ github.com/moby/spdystream v0.2.0 // indirect
37
45
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
38
- github.com/modern-go/reflect2 v1.0.1 // indirect
46
+ github.com/modern-go/reflect2 v1.0.2 // indirect
47
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
48
+ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
39
49
github.com/nxadm/tail v1.4.8 // indirect
40
50
github.com/pmezard/go-difflib v1.0.0 // indirect
41
51
github.com/safchain/ethtool v0.0.0-20210803160452-9aa261dae9b1 // indirect
42
- github.com/spf13/afero v1.4.1 // indirect
52
+ github.com/spf13/afero v1.9.2 // indirect
43
53
github.com/spf13/pflag v1.0.5 // indirect
44
- github.com/stretchr/testify v1.6.1 // indirect
54
+ github.com/stretchr/testify v1.8.4 // indirect
45
55
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
46
- golang.org/x/crypto v0.21.0 // indirect
47
56
golang.org/x/net v0.23.0 // indirect
48
57
golang.org/x/oauth2 v0.13.0 // indirect
49
58
golang.org/x/sys v0.18.0 // indirect
@@ -56,35 +65,39 @@ require (
56
65
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
57
66
gopkg.in/yaml.v2 v2.4.0 // indirect
58
67
gopkg.in/yaml.v3 v3.0.1 // indirect
59
- k8s.io/klog/v2 v2.4.0 // indirect
60
- k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect
61
- sigs.k8s.io/structured-merge-diff/v4 v4.0.1 // indirect
62
- sigs.k8s.io/yaml v1.2.0 // indirect
68
+ k8s.io/klog/v2 v2.120.1 // indirect
69
+ k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
70
+ k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
71
+ sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
72
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
73
+ sigs.k8s.io/yaml v1.3.0 // indirect
63
74
)
64
75
65
- // Pinned to kubernetes-1.19.1
76
+ // Pinned to kubernetes-1.30.3
66
77
replace (
67
- k8s.io/api => k8s.io/api v0.19.1
68
- k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.19.1
69
- k8s.io/apimachinery => k8s.io/apimachinery v0.19.1
70
- k8s.io/apiserver => k8s.io/apiserver v0.19.1
71
- k8s.io/cli-runtime => k8s.io/cli-runtime v0.19.1
72
- k8s.io/client-go => k8s.io/client-go v0.19.1
73
- k8s.io/cloud-provider => k8s.io/cloud-provider v0.19.1
74
- k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.19.1
75
- k8s.io/code-generator => k8s.io/code-generator v0.19.1
76
- k8s.io/component-base => k8s.io/component-base v0.19.1
77
- k8s.io/cri-api => k8s.io/cri-api v0.19.1
78
- k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.19.1
79
- k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.19.1
80
- k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.19.1
81
- k8s.io/kube-proxy => k8s.io/kube-proxy v0.19.1
82
- k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.19.1
83
- k8s.io/kubectl => k8s.io/kubectl v0.19.1
84
- k8s.io/kubelet => k8s.io/kubelet v0.19.1
85
- k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.19.1
86
- k8s.io/metrics => k8s.io/metrics v0.19.1
87
- k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.19.1
78
+ k8s.io/api => k8s.io/api v0.30.3
79
+ k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.30.3
80
+ k8s.io/apimachinery => k8s.io/apimachinery v0.30.3
81
+ k8s.io/apiserver => k8s.io/apiserver v0.30.3
82
+ k8s.io/cli-runtime => k8s.io/cli-runtime v0.30.3
83
+ k8s.io/client-go => k8s.io/client-go v0.30.3
84
+ k8s.io/cloud-provider => k8s.io/cloud-provider v0.30.3
85
+ k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.30.3
86
+ k8s.io/code-generator => k8s.io/code-generator v0.30.3
87
+ k8s.io/component-base => k8s.io/component-base v0.30.3
88
+ k8s.io/cri-api => k8s.io/cri-api v0.30.3
89
+ k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.30.3
90
+ k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.30.3
91
+ k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.30.3
92
+ k8s.io/kube-proxy => k8s.io/kube-proxy v0.30.3
93
+ k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.30.3
94
+ k8s.io/kubectl => k8s.io/kubectl v0.30.3
95
+ k8s.io/kubelet => k8s.io/kubelet v0.30.3
96
+ k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.30.3
97
+ k8s.io/metrics => k8s.io/metrics v0.30.3
98
+ k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.30.3
88
99
)
89
100
90
- go 1.21.0
101
+ go 1.22.0
102
+
103
+ toolchain go1.22.5
0 commit comments