mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 21:31:18 +01:00
17 lines
394 B
Modula-2
17 lines
394 B
Modula-2
module sigs.k8s.io/descheduler
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/pflag v1.0.5
|
|
k8s.io/api v0.20.0-beta.0
|
|
k8s.io/apimachinery v0.20.0-beta.0
|
|
k8s.io/apiserver v0.19.0
|
|
k8s.io/client-go v0.20.0-beta.0
|
|
k8s.io/code-generator v0.19.0
|
|
k8s.io/component-base v0.19.2
|
|
k8s.io/component-helpers v0.20.0-alpha.2.0.20201030045251-0fa5e458da80
|
|
k8s.io/klog/v2 v2.2.0
|
|
)
|