tty-prometheus-exporter-merger/go.mod
Renovate Bot eb0d7f081e
Some checks failed
ZeroDownTime/tty-prometheus-exporter-merger/pipeline/pr-main There was a failure building this commit
fix(deps): update module github.com/prometheus/common to v0.54.0
2024-06-04 03:19:22 +00:00

12 lines
234 B
Modula-2

module github.com/vadv/prometheus-exporter-merger
go 1.14
require (
github.com/pkg/errors v0.9.1
github.com/prometheus/client_model v0.6.1
github.com/prometheus/common v0.54.0
golang.org/x/sync v0.3.0
gopkg.in/yaml.v2 v2.4.0
)