Skip to content

Commit 6338d4e

Browse files
renovate-botbluecmd
authored andcommitted
fix(deps): update module github.com/prometheus/client_golang to v1.12.1
1 parent 2780d98 commit 6338d4e

File tree

6 files changed

+146
-27
lines changed

6 files changed

+146
-27
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.15
44

55
require (
66
github.com/davecgh/go-spew v1.1.1
7-
github.com/prometheus/client_golang v1.12.0
7+
github.com/prometheus/client_golang v1.12.1
88
github.com/prometheus/common v0.32.1
99
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
1010
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ github.com/prometheus/client_golang v1.11.0 h1:HNkLOAEQMIDv/K+04rukrLx6ch7msSRwf
162162
github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
163163
github.com/prometheus/client_golang v1.12.0 h1:C+UIj/QWtmqY13Arb8kwMt5j34/0Z2iKamrJ+ryC0Gg=
164164
github.com/prometheus/client_golang v1.12.0/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY=
165+
github.com/prometheus/client_golang v1.12.1 h1:ZiaPsmm9uiBeaSMRznKsCDNtPCS0T3JVDGF+06gjBzk=
166+
github.com/prometheus/client_golang v1.12.1/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY=
165167
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
166168
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
167169
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=

vendor/github.com/prometheus/client_golang/prometheus/collector.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/client_golang/prometheus/go_collector_go117.go

Lines changed: 69 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/client_golang/prometheus/internal/go_runtime_metrics.go

Lines changed: 65 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ github.com/golang/protobuf/ptypes/duration
1313
github.com/golang/protobuf/ptypes/timestamp
1414
# github.com/matttproud/golang_protobuf_extensions v1.0.1
1515
github.com/matttproud/golang_protobuf_extensions/pbutil
16-
# github.com/prometheus/client_golang v1.12.0
16+
# github.com/prometheus/client_golang v1.12.1
1717
## explicit
1818
github.com/prometheus/client_golang/prometheus
1919
github.com/prometheus/client_golang/prometheus/internal

0 commit comments

Comments
 (0)