kubecost / kubectl-cost

CLI for determining the cost of Kubernetes workloads
Apache License 2.0
872 stars 55 forks source link

OpenCost dependency is old #166

Open mattray opened 6 months ago

mattray commented 6 months ago

https://github.com/kubecost/kubectl-cost/blob/main/go.mod#L9

I bring this up because 1.108 had a substantial refactor and we probably can't just bump up the version to the latest

michaelmdresser commented 6 months ago

Good point! kubectl-cost should only depend on opencost/core, so we'll have to update some imports but we'll likely benefit from a reduced dependency footprint.