tty-prometheus-exporter-merger/go.mod
Renovate Bot 168188188e
All checks were successful
ZeroDownTime/tty-prometheus-exporter-merger/pipeline/pr-main This commit looks good
fix(deps): update module gopkg.in/yaml.v2 to v3
2024-06-26 03:28:26 +00:00

13 lines
287 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.0.0-20181221193216-37e7f081c4d4
gopkg.in/yaml.v2 v2.2.4
gopkg.in/yaml.v3 v3.0.1
)