mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 13:29:11 +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.3
|
|
github.com/spf13/pflag v1.0.5
|
|
k8s.io/api v0.22.0
|
|
k8s.io/apimachinery v0.22.0
|
|
k8s.io/apiserver v0.22.0
|
|
k8s.io/client-go v0.22.0
|
|
k8s.io/code-generator v0.22.0
|
|
k8s.io/component-base v0.22.0
|
|
k8s.io/component-helpers v0.22.0
|
|
k8s.io/klog/v2 v2.9.0
|
|
k8s.io/kubectl v0.20.5
|
|
sigs.k8s.io/mdtoc v1.0.1
|
|
)
|