grafana / cloudcost-exporter

Prometheus Exporter for Cloud Provider agnostic cost metrics
Apache License 2.0
66 stars 4 forks source link

docs(developer-guide): Explicitly list external dependencies #244

Closed Pokom closed 4 months ago

Pokom commented 4 months ago

There are two external tools used by the project that are not defined by go.mod:

  1. mockery
  2. mockgen

This adds documentation on where to look for installation instructures and specifies to use the latest version. The primary reason why I suggest latest instead of the current version used is because PR's generated by the latest tools can serve as a reminder for others to upgrade their tooling. I don't know of a way we can automate the upgrade of those tools.