Skip to content

Commit ba359fc

Browse files
fix(deps): update module github.com/prometheus/client_golang to v1.22.0 (main) (#17197)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3358bf6 commit ba359fc

File tree

8 files changed

+114
-19
lines changed

8 files changed

+114
-19
lines changed

‎go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ require (
8383
// github.com/pierrec/lz4 v2.0.5+incompatible
8484
github.com/pierrec/lz4/v4 v4.1.22
8585
github.com/pkg/errors v0.9.1
86-
github.com/prometheus/client_golang v1.21.1
86+
github.com/prometheus/client_golang v1.22.0
8787
github.com/prometheus/client_model v0.6.2
8888
github.com/prometheus/common v0.62.0
8989
github.com/prometheus/prometheus v0.302.1

‎go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,8 +1066,8 @@ github.com/prometheus/client_golang v1.6.1-0.20200604110148-03575cad4e55/go.mod
10661066
github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=
10671067
github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
10681068
github.com/prometheus/client_golang v1.11.1/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
1069-
github.com/prometheus/client_golang v1.21.1 h1:DOvXXTqVzvkIewV/CDPFdejpMCGeMcbGCQ8YOmu+Ibk=
1070-
github.com/prometheus/client_golang v1.21.1/go.mod h1:U9NM32ykUErtVBxdvD3zfi+EuFkkaBvMb09mIfe0Zgg=
1069+
github.com/prometheus/client_golang v1.22.0 h1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/Y92Vm0Zc6Q=
1070+
github.com/prometheus/client_golang v1.22.0/go.mod h1:R7ljNsLXhuQXYZYtw6GAE9AZg8Y7vEW5scdCXrWRXC0=
10711071
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
10721072
github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
10731073
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=

‎vendor/github.com/prometheus/client_golang/api/client.go

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/github.com/prometheus/client_golang/api/prometheus/v1/api.go

Lines changed: 38 additions & 2 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/collectorfunc.go

Lines changed: 30 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/promhttp/http.go

Lines changed: 15 additions & 11 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/promhttp/internal/compression.go

Lines changed: 21 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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1544,8 +1544,8 @@ github.com/power-devops/perfstat
15441544
## explicit; go 1.22.0
15451545
github.com/prometheus/alertmanager/api/v2/models
15461546
github.com/prometheus/alertmanager/pkg/modtimevfs
1547-
# github.com/prometheus/client_golang v1.21.1
1548-
## explicit; go 1.21
1547+
# github.com/prometheus/client_golang v1.22.0
1548+
## explicit; go 1.22
15491549
github.com/prometheus/client_golang/api
15501550
github.com/prometheus/client_golang/api/prometheus/v1
15511551
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
@@ -1556,6 +1556,7 @@ github.com/prometheus/client_golang/prometheus/collectors/version
15561556
github.com/prometheus/client_golang/prometheus/internal
15571557
github.com/prometheus/client_golang/prometheus/promauto
15581558
github.com/prometheus/client_golang/prometheus/promhttp
1559+
github.com/prometheus/client_golang/prometheus/promhttp/internal
15591560
github.com/prometheus/client_golang/prometheus/push
15601561
github.com/prometheus/client_golang/prometheus/testutil
15611562
github.com/prometheus/client_golang/prometheus/testutil/promlint

0 commit comments

Comments
 (0)