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 direct dependencies #64

Closed bilalcaliskan closed 2 years ago

bilalcaliskan commented 2 years ago

What this PR does / why we need it: This PR upgrades all the direct dependencies, does not add any additional dependency.

Which issue(s) this PR fixes: Fixes #63

Special notes for your reviewer: In the issue description, i've said that upgrading client-go would be better but i've noticed that there are other outdated direct dependencies, so i upgraded all of them.

robscott commented 2 years ago

Thanks @bilalcaliskan!