kubecost / cluster-turndown

Automated turndown of Kubernetes clusters on specific schedules.
Apache License 2.0
259 stars 23 forks source link

Update module and import paths for module v2 #48

Closed michaelmdresser closed 2 years ago

michaelmdresser commented 2 years ago

See https://github.com/golang/go/issues/35732 for why this is necessary.

Includes re-run of bash generate.sh.

The build broke after https://github.com/kubecost/cluster-turndown/pull/46 because I didn't do this update. go build ./cmd/turndown/main.go succeeds after this change.

Adam-Stack-PM commented 2 years ago

@michaelmdresser Does this need the v1.94 label?