mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 13:29:11 +01:00
15 lines
270 B
Modula-2
15 lines
270 B
Modula-2
module sigs.k8s.io/descheduler
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/pflag v1.0.5
|
|
k8s.io/api v0.18.4
|
|
k8s.io/apimachinery v0.18.4
|
|
k8s.io/apiserver v0.18.4
|
|
k8s.io/client-go v0.18.4
|
|
k8s.io/component-base v0.18.4
|
|
k8s.io/klog/v2 v2.0.0
|
|
)
|