Skip to content

Commit 2ae8576

Browse files
Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.21.1 to 1.22.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.21.1...v1.22.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 95fa04a commit 2ae8576

File tree

6 files changed

+72
-16
lines changed

6 files changed

+72
-16
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/lomik/og-rek v0.0.0-20170411191824-628eefeb8d80
2525
github.com/lomik/stop v0.0.0-20161127103810-188e98d969bd
2626
github.com/lomik/zapwriter v0.0.0-20210624082824-c1161d1eb463
27-
github.com/prometheus/client_golang v1.21.1
27+
github.com/prometheus/client_golang v1.22.0
2828
github.com/sevlyar/go-daemon v0.1.6
2929
github.com/stretchr/testify v1.10.0
3030
github.com/syndtr/goleveldb v1.0.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
205205
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
206206
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
207207
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
208-
github.com/prometheus/client_golang v1.21.1 h1:DOvXXTqVzvkIewV/CDPFdejpMCGeMcbGCQ8YOmu+Ibk=
209-
github.com/prometheus/client_golang v1.21.1/go.mod h1:U9NM32ykUErtVBxdvD3zfi+EuFkkaBvMb09mIfe0Zgg=
208+
github.com/prometheus/client_golang v1.22.0 h1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/Y92Vm0Zc6Q=
209+
github.com/prometheus/client_golang v1.22.0/go.mod h1:R7ljNsLXhuQXYZYtw6GAE9AZg8Y7vEW5scdCXrWRXC0=
210210
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
211211
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=
212212
github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY=

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
@@ -263,14 +263,15 @@ github.com/pierrec/lz4/v4/internal/xxh32
263263
# github.com/pmezard/go-difflib v1.0.0
264264
## explicit
265265
github.com/pmezard/go-difflib/difflib
266-
# github.com/prometheus/client_golang v1.21.1
267-
## explicit; go 1.21
266+
# github.com/prometheus/client_golang v1.22.0
267+
## explicit; go 1.22
268268
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
269269
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header
270270
github.com/prometheus/client_golang/prometheus
271271
github.com/prometheus/client_golang/prometheus/collectors
272272
github.com/prometheus/client_golang/prometheus/internal
273273
github.com/prometheus/client_golang/prometheus/promhttp
274+
github.com/prometheus/client_golang/prometheus/promhttp/internal
274275
# github.com/prometheus/client_model v0.6.1
275276
## explicit; go 1.19
276277
github.com/prometheus/client_model/go

0 commit comments

Comments
 (0)