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 @@ -25,7 +25,7 @@ require (
2525 github.com/operator-framework/operator-registry v1.47.0
2626 github.com/otiai10/copy v1.14.0
2727 github.com/pkg/errors v0.9.1
28- github.com/prometheus/client_golang v1.20.3
28+ github.com/prometheus/client_golang v1.20.4
2929 github.com/prometheus/client_model v0.6.1
3030 github.com/prometheus/common v0.59.1
3131 github.com/sirupsen/logrus v1.9.3
Original file line number Diff line number Diff line change @@ -1846,8 +1846,8 @@ github.com/pkg/sftp v1.13.1/go.mod h1:3HaPG6Dq1ILlpPZRO0HVMrsydcdLt6HRDccSgb87qR
18461846github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
18471847github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U =
18481848github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
1849- github.com/prometheus/client_golang v1.20.3 h1:oPksm4K8B+Vt35tUhw6GbSNSgVlVSBH0qELP/7u83l4 =
1850- github.com/prometheus/client_golang v1.20.3 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
1849+ github.com/prometheus/client_golang v1.20.4 h1:Tgh3Yr67PaOv/uTqloMsCEdeuFTatm5zIq5+qNN23vI =
1850+ github.com/prometheus/client_golang v1.20.4 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
18511851github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
18521852github.com/prometheus/client_model v0.2.0 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
18531853github.com/prometheus/client_model v0.3.0 /go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w =
Original file line number Diff line number Diff line change @@ -578,7 +578,7 @@ github.com/pkg/errors
578578# github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
579579## explicit
580580github.com/pmezard/go-difflib/difflib
581- # github.com/prometheus/client_golang v1.20.3
581+ # github.com/prometheus/client_golang v1.20.4
582582## explicit; go 1.20
583583github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
584584github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header
You can’t perform that action at this time.
0 commit comments