mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 21:31:18 +01:00
20 lines
421 B
Modula-2
20 lines
421 B
Modula-2
module sigs.k8s.io/descheduler
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/client9/misspell v0.3.4
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/spf13/pflag v1.0.5
|
|
k8s.io/api v0.21.0
|
|
k8s.io/apimachinery v0.21.0
|
|
k8s.io/apiserver v0.21.0
|
|
k8s.io/client-go v0.21.0
|
|
k8s.io/code-generator v0.21.0
|
|
k8s.io/component-base v0.21.0
|
|
k8s.io/component-helpers v0.21.0
|
|
k8s.io/klog/v2 v2.8.0
|
|
k8s.io/kubectl v0.20.5
|
|
sigs.k8s.io/mdtoc v1.0.1
|
|
)
|