some updated
This commit is contained in:
parent
9a58ab40b0
commit
b0e048ba9d
7 changed files with 105 additions and 34 deletions
9
go.mod
9
go.mod
|
|
@ -3,12 +3,15 @@ module git.giftfish.de/ston1th/cloud-controller-manager-pve
|
|||
go 1.13
|
||||
|
||||
require (
|
||||
git.giftfish.de/ston1th/pve-go v0.0.0-20200604204038-4c7e511a72be
|
||||
k8s.io/api v0.18.3
|
||||
k8s.io/apimachinery v0.18.3
|
||||
git.giftfish.de/ston1th/pve-go v0.0.0-20201025202919-78911eca5697
|
||||
k8s.io/api v0.18.6
|
||||
k8s.io/apimachinery v0.18.6
|
||||
k8s.io/client-go v0.18.6
|
||||
k8s.io/cloud-provider v0.18.3
|
||||
k8s.io/component-base v0.18.3
|
||||
k8s.io/klog v1.0.0
|
||||
k8s.io/kubernetes v1.18.3
|
||||
sigs.k8s.io/controller-runtime v0.6.3
|
||||
)
|
||||
|
||||
replace (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue