some updates
This commit is contained in:
parent
201274a727
commit
a6b7574741
7 changed files with 51 additions and 97 deletions
14
go.mod
14
go.mod
|
|
@ -4,7 +4,7 @@ go 1.17
|
|||
|
||||
require (
|
||||
git.giftfish.de/ston1th/haproxy-lb v0.0.0-20211020182502-4bf887e75f69
|
||||
git.giftfish.de/ston1th/pve-go v0.0.0-20211016155546-6c04e86a8c3c
|
||||
git.giftfish.de/ston1th/pve-go v0.0.0-20211128113837-066afb15b421
|
||||
github.com/go-logr/logr v1.1.0
|
||||
github.com/google/uuid v1.1.2 // indirect
|
||||
google.golang.org/protobuf v1.27.1 // indirect
|
||||
|
|
@ -13,10 +13,12 @@ require (
|
|||
k8s.io/client-go v0.22.2
|
||||
k8s.io/cloud-provider v0.22.1
|
||||
k8s.io/component-base v0.22.2
|
||||
k8s.io/klog/v2 v2.20.0
|
||||
sigs.k8s.io/controller-runtime v0.9.6
|
||||
k8s.io/klog/v2 v2.10.0
|
||||
sigs.k8s.io/controller-runtime v0.10.3-0.20211011182302-43ea648ec318
|
||||
)
|
||||
|
||||
replace github.com/go-logr/logr v1.1.0 => github.com/go-logr/logr v0.4.0
|
||||
|
||||
require (
|
||||
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
||||
github.com/NYTimes/gziphandler v1.1.1 // indirect
|
||||
|
|
@ -81,7 +83,7 @@ require (
|
|||
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023 // indirect
|
||||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
|
||||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
||||
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
||||
golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2 // indirect
|
||||
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
|
||||
golang.org/x/text v0.3.6 // indirect
|
||||
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
||||
|
|
@ -93,8 +95,8 @@ require (
|
|||
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
||||
k8s.io/apiextensions-apiserver v0.21.3 // indirect
|
||||
k8s.io/apiserver v0.22.1 // indirect
|
||||
k8s.io/apiextensions-apiserver v0.22.2 // indirect
|
||||
k8s.io/apiserver v0.22.2 // indirect
|
||||
k8s.io/controller-manager v0.22.1 // indirect
|
||||
k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e // indirect
|
||||
k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue