csr rewrite
This commit is contained in:
parent
211b89236e
commit
954b5c0d61
8 changed files with 430 additions and 280 deletions
3
go.mod
3
go.mod
|
|
@ -3,7 +3,7 @@ module git.giftfish.de/ston1th/cloud-controller-manager-pve
|
|||
go 1.13
|
||||
|
||||
require (
|
||||
git.giftfish.de/ston1th/pve-go v0.0.0-20201031113657-271c91eecbeb
|
||||
git.giftfish.de/ston1th/pve-go v0.0.0-20201031205459-928086aea9c1
|
||||
github.com/go-logr/logr v0.2.1
|
||||
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
||||
github.com/imdario/mergo v0.3.9 // indirect
|
||||
|
|
@ -16,6 +16,7 @@ require (
|
|||
k8s.io/klog v1.0.0
|
||||
k8s.io/klog/v2 v2.4.0
|
||||
k8s.io/kubernetes v1.19.3
|
||||
sigs.k8s.io/controller-runtime v0.6.3
|
||||
)
|
||||
|
||||
replace (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue