Skip to content

Commit f7fc183

Browse files
author
CF Logging And Metrics CI Bot
committed
Bump dependencies
1 parent f8b2de4 commit f7fc183

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

src/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXP
353353
github.com/prometheus/client_golang v0.9.2/go.mod h1:OsXs2jCmiKlQ1lTBmv21f2mNfw4xf/QclQDMrYNZzcM=
354354
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
355355
github.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=
358358
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
359359
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
360360
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=

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

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
189189
github.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
192192
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
193193
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header

0 commit comments

Comments
 (0)