File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
github.com/prometheus/client_golang/prometheus Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ require (
2020 github.com/influxdata/go-syslog/v3 v3.0.1-0.20210608084020-ac565dc76ba6
2121 github.com/onsi/ginkgo/v2 v2.20.2
2222 github.com/onsi/gomega v1.34.2
23- github.com/prometheus/client_golang v1.20.3
23+ github.com/prometheus/client_golang v1.20.4
2424 github.com/prometheus/client_model v0.6.1
2525 github.com/prometheus/common v0.59.1
2626 github.com/prometheus/prometheus v1.99.0
Original file line number Diff line number Diff line change @@ -353,8 +353,8 @@ github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXP
353353github.com/prometheus/client_golang v0.9.2 /go.mod h1:OsXs2jCmiKlQ1lTBmv21f2mNfw4xf/QclQDMrYNZzcM =
354354github.com/prometheus/client_golang v1.0.0 /go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo =
355355github.com/prometheus/client_golang v1.2.0 /go.mod h1:XMU6Z2MjaRKVu/dC1qupJI9SiNkDYzz3xecMgSW/F+U =
356- github.com/prometheus/client_golang v1.20.3 h1:oPksm4K8B+Vt35tUhw6GbSNSgVlVSBH0qELP/7u83l4 =
357- github.com/prometheus/client_golang v1.20.3 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
356+ github.com/prometheus/client_golang v1.20.4 h1:Tgh3Yr67PaOv/uTqloMsCEdeuFTatm5zIq5+qNN23vI =
357+ github.com/prometheus/client_golang v1.20.4 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
358358github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 /go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo =
359359github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
360360github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ github.com/pkg/errors
187187# github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55
188188## explicit; go 1.14
189189github.com/power-devops/perfstat
190- # github.com/prometheus/client_golang v1.20.3
190+ # github.com/prometheus/client_golang v1.20.4
191191## explicit; go 1.20
192192github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
193193github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header
You can’t perform that action at this time.
0 commit comments