Skip to content

Commit adc9d7d

Browse files
fix(deps): update module github.com/prometheus/client_golang to v1.20.5
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 5e9e772 commit adc9d7d

File tree

4 files changed

+75
-33
lines changed

4 files changed

+75
-33
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/open-policy-agent/cert-controller v0.11.0
1818
github.com/open-policy-agent/frameworks/constraint v0.0.0-20240802234259-aa99306df54e
1919
github.com/pkg/errors v0.9.1
20-
github.com/prometheus/client_golang v1.20.2
20+
github.com/prometheus/client_golang v1.20.5
2121
github.com/spf13/cobra v1.8.1
2222
github.com/stretchr/testify v1.9.0
2323
go.opentelemetry.io/contrib/detectors/aws/ec2 v1.21.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P
311311
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
312312
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
313313
github.com/prometheus/client_golang v1.1.0/go.mod h1:I1FGZT9+L76gKKOs5djB6ezCbFQP1xR9D75/vuwEF3g=
314-
github.com/prometheus/client_golang v1.20.2 h1:5ctymQzZlyOON1666svgwn3s6IKWgfbjsejTMiXIyjg=
315-
github.com/prometheus/client_golang v1.20.2/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE=
314+
github.com/prometheus/client_golang v1.20.5 h1:cxppBPuYhUnsO6yo/aoRol4L7q7UFfdm+bR9r+8l63Y=
315+
github.com/prometheus/client_golang v1.20.5/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE=
316316
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
317317
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
318318
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=

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

+71-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ github.com/pkg/errors
556556
# github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
557557
## explicit
558558
github.com/pmezard/go-difflib/difflib
559-
# github.com/prometheus/client_golang v1.20.2
559+
# github.com/prometheus/client_golang v1.20.5
560560
## explicit; go 1.20
561561
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
562562
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header

0 commit comments

Comments
 (0)