robscott / kube-capacity

A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster
Apache License 2.0
2.09k stars 114 forks source link

Upgrade k8s.io deps as v0.23.1 #63

Closed bilalcaliskan closed 2 years ago

bilalcaliskan commented 2 years ago

Since kube-capacity is using go 1.17 and client-go v0.23.4 is compatible with go 1.17, i think client-go dependency should be increased to take advantage of latest release. @robscott If you assign it to me, i can handle the upgrade process. Regards! Also i can upgrade all direct deps if you want.

robscott commented 2 years ago

Hey @bilalcaliskan upgrading deps would be great if you have time to do it, thanks for volunteering!

bilalcaliskan commented 2 years ago

@robscott sorry :) i am reopening issue now thanks!

bilalcaliskan commented 2 years ago

All direct deps are also updated