fix(deps): update module github.com/prometheus/client_golang to v1.14.0

This commit is contained in:
renovate[bot]
2022-11-20 17:55:16 +00:00
committed by GitHub
parent e699b7747f
commit 9b728749da
2 changed files with 24 additions and 1 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.15
require (
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.12.2
github.com/prometheus/client_golang v1.14.0
github.com/sirupsen/logrus v1.8.1
github.com/urfave/cli/v2 v2.11.0
)