autoscaler/cluster-autoscaler/go.mod-extra

11 lines
156 B
Plaintext

module k8s.io/autoscaler/cluster-autoscaler
go 1.12
require (
github.com/digitalocean/godo v1.27.0
github.com/rancher/go-rancher v0.1.0
)
replace (
)