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

This commit is contained in:
Renovate Bot
2022-01-29 15:30:56 +00:00
parent 24766c5931
commit a7655910b0
2 changed files with 332 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.11.0
github.com/prometheus/client_golang v1.12.1
github.com/sirupsen/logrus v1.8.1
github.com/urfave/cli/v2 v2.3.0
)