grafana / unused

CLI tool, Prometheus exporter, and Go module to list your unused disks in all cloud providers
Apache License 2.0
52 stars 1 forks source link

Replace `inkel/logfmt` with `slog` #65

Closed inkel closed 10 months ago

inkel commented 10 months ago

This PR replaces the logging library github.com/inkel/logfmt for the stdlib slog one, which is more tested and maintained.

This also makes the whole project depend on Go 1.21.