tty-prometheus-exporter-merger/go.mod
Renovate Bot e93afcf83d
All checks were successful
ZeroDownTime/tty-prometheus-exporter-merger/pipeline/pr-main This commit looks good
fix(deps): update module golang.org/x/sync to v0.7.0
2024-04-05 03:10:02 +00:00

12 lines
234 B
Modula-2

module github.com/vadv/prometheus-exporter-merger
go 1.14
require (
github.com/pkg/errors v0.8.1
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.10.0
golang.org/x/sync v0.7.0
gopkg.in/yaml.v2 v2.4.0
)