Skip to content

Commit 6040ecc

Browse files
🌱 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 ef60eb3 commit 6040ecc

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)