mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-07-16 08:47:16 +00:00
Merge pull request #930 from s1061123/fix/mod-ver
Fix kubelet version in go.mod
This commit is contained in:
commit
efa8c62ec4
2
go.mod
2
go.mod
@ -24,7 +24,7 @@ require (
|
||||
k8s.io/klog v1.0.0
|
||||
k8s.io/klog/v2 v2.60.1 // indirect
|
||||
k8s.io/kube-openapi v0.0.0-20220413171646-5e7f5fdc6da6 // indirect
|
||||
k8s.io/kubelet v0.0.0
|
||||
k8s.io/kubelet v0.22.8
|
||||
sigs.k8s.io/yaml v1.3.0 // indirect
|
||||
)
|
||||
|
||||
|
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@ -586,7 +586,7 @@ k8s.io/klog/v2/internal/severity
|
||||
# k8s.io/kube-openapi v0.0.0-20220413171646-5e7f5fdc6da6 => k8s.io/kube-openapi v0.0.0-20211109043538-20434351676c
|
||||
## explicit; go 1.12
|
||||
k8s.io/kube-openapi/pkg/util/proto
|
||||
# k8s.io/kubelet v0.0.0 => k8s.io/kubelet v0.22.8
|
||||
# k8s.io/kubelet v0.22.8 => k8s.io/kubelet v0.22.8
|
||||
## explicit; go 1.16
|
||||
k8s.io/kubelet/pkg/apis/podresources/v1
|
||||
# k8s.io/utils v0.0.0-20211116205334-6203023598ed
|
||||
|
Loading…
Reference in New Issue
Block a user