mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
As part of the k8s 1.19 release cycle the Go version is being bumped to 1.15.0. Updating the descheduler to use Go 1.15 prior to the descheduler v0.19.0 release. See below issues for reference: * https://github.com/kubernetes/release/issues/1421 * https://github.com/kubernetes/kubernetes/issues/93484
16 lines
301 B
Modula-2
16 lines
301 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.19.0
|
|
k8s.io/apimachinery v0.19.0
|
|
k8s.io/apiserver v0.19.0
|
|
k8s.io/client-go v0.19.0
|
|
k8s.io/code-generator v0.19.0
|
|
k8s.io/component-base v0.19.0
|
|
k8s.io/klog/v2 v2.2.0
|
|
)
|