Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ae23d7e

Browse files
authoredMay 8, 2025··
🌱 Bump github.com/prometheus/client_golang (#3571)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7eb338d commit ae23d7e

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
@@ -26,7 +26,7 @@ require (
2626
github.com/operator-framework/operator-registry v1.53.0
2727
github.com/otiai10/copy v1.14.1
2828
github.com/pkg/errors v0.9.1
29-
github.com/prometheus/client_golang v1.21.1
29+
github.com/prometheus/client_golang v1.22.0
3030
github.com/prometheus/client_model v0.6.2
3131
github.com/prometheus/common v0.63.0
3232
github.com/sirupsen/logrus v1.9.3

‎go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,8 +1884,8 @@ github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4
18841884
github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U=
18851885
github.com/proglottis/gpgme v0.1.4 h1:3nE7YNA70o2aLjcg63tXMOhPD7bplfE5CBdV+hLAm2M=
18861886
github.com/proglottis/gpgme v0.1.4/go.mod h1:5LoXMgpE4bttgwwdv9bLs/vwqv3qV7F4glEEZ7mRKrM=
1887-
github.com/prometheus/client_golang v1.21.1 h1:DOvXXTqVzvkIewV/CDPFdejpMCGeMcbGCQ8YOmu+Ibk=
1888-
github.com/prometheus/client_golang v1.21.1/go.mod h1:U9NM32ykUErtVBxdvD3zfi+EuFkkaBvMb09mIfe0Zgg=
1887+
github.com/prometheus/client_golang v1.22.0 h1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/Y92Vm0Zc6Q=
1888+
github.com/prometheus/client_golang v1.22.0/go.mod h1:R7ljNsLXhuQXYZYtw6GAE9AZg8Y7vEW5scdCXrWRXC0=
18891889
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
18901890
github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
18911891
github.com/prometheus/client_model v0.3.0/go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w=

‎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
@@ -596,14 +596,15 @@ github.com/pkg/errors
596596
# github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
597597
## explicit
598598
github.com/pmezard/go-difflib/difflib
599-
# github.com/prometheus/client_golang v1.21.1
600-
## explicit; go 1.21
599+
# github.com/prometheus/client_golang v1.22.0
600+
## explicit; go 1.22
601601
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
602602
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header
603603
github.com/prometheus/client_golang/prometheus
604604
github.com/prometheus/client_golang/prometheus/collectors
605605
github.com/prometheus/client_golang/prometheus/internal
606606
github.com/prometheus/client_golang/prometheus/promhttp
607+
github.com/prometheus/client_golang/prometheus/promhttp/internal
607608
github.com/prometheus/client_golang/prometheus/testutil
608609
github.com/prometheus/client_golang/prometheus/testutil/promlint
609610
github.com/prometheus/client_golang/prometheus/testutil/promlint/validations

0 commit comments

Comments
 (0)
Please sign in to comment.