Skip to content

Commit f4de148

Browse files
fix(deps): update module github.com/prometheus/client_golang to v1.21.1 (#869)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent ea985d1 commit f4de148

14 files changed

+47
-78
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/netobserv/netobserv-ebpf-agent v1.8.1-crc0
2222
github.com/netsampler/goflow2 v1.3.7
2323
github.com/pkg/errors v0.9.1
24-
github.com/prometheus/client_golang v1.21.0
24+
github.com/prometheus/client_golang v1.21.1
2525
github.com/prometheus/client_model v0.6.1
2626
github.com/prometheus/common v0.62.0
2727
github.com/segmentio/kafka-go v0.4.47

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -791,8 +791,8 @@ github.com/prometheus/client_golang v1.6.0/go.mod h1:ZLOG9ck3JLRdB5MgO8f+lLTe83A
791791
github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=
792792
github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
793793
github.com/prometheus/client_golang v1.20.0/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE=
794-
github.com/prometheus/client_golang v1.21.0 h1:DIsaGmiaBkSangBgMtWdNfxbMNdku5IK6iNhrEqWvdA=
795-
github.com/prometheus/client_golang v1.21.0/go.mod h1:U9NM32ykUErtVBxdvD3zfi+EuFkkaBvMb09mIfe0Zgg=
794+
github.com/prometheus/client_golang v1.21.1 h1:DOvXXTqVzvkIewV/CDPFdejpMCGeMcbGCQ8YOmu+Ibk=
795+
github.com/prometheus/client_golang v1.21.1/go.mod h1:U9NM32ykUErtVBxdvD3zfi+EuFkkaBvMb09mIfe0Zgg=
796796
github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
797797
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
798798
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=

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

-50
This file was deleted.

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

+7-3
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/gauge.go

+7-3
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/histogram.go

+7-3
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/process_collector_darwin.go

+2
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/process_collector_cgo_darwin.c vendor/github.com/prometheus/client_golang/prometheus/process_collector_mem_cgo_darwin.c

+1-1
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/process_collector_cgo_darwin.go vendor/github.com/prometheus/client_golang/prometheus/process_collector_mem_cgo_darwin.go

+1-1
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/process_collector_nocgo_darwin.go vendor/github.com/prometheus/client_golang/prometheus/process_collector_mem_nocgo_darwin.go

+1-1
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/process_collector_wasip1_js.go vendor/github.com/prometheus/client_golang/prometheus/process_collector_not_supported.go

+2-2
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/summary.go

+15-10
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
@@ -411,7 +411,7 @@ github.com/pkg/errors
411411
# github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
412412
## explicit
413413
github.com/pmezard/go-difflib/difflib
414-
# github.com/prometheus/client_golang v1.21.0
414+
# github.com/prometheus/client_golang v1.21.1
415415
## explicit; go 1.21
416416
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
417417
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header

0 commit comments

Comments
 (0)