File tree Expand file tree Collapse file tree 4 files changed +75
-33
lines changed
github.com/prometheus/client_golang/prometheus Expand file tree Collapse file tree 4 files changed +75
-33
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/kubernetes-csi/csi-lib-utils v0.19.0
1212 github.com/kubernetes-csi/csi-test/v5 v5.2.0
1313 github.com/kubernetes-csi/external-snapshotter/client/v8 v8.0.0
14- github.com/prometheus/client_golang v1.20.2
14+ github.com/prometheus/client_golang v1.20.5
1515 github.com/prometheus/client_model v0.6.1
1616 github.com/prometheus/common v0.55.0
1717 github.com/spf13/cobra v1.8.1
Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
9393github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
9494github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U =
9595github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
96- github.com/prometheus/client_golang v1.20.2 h1:5ctymQzZlyOON1666svgwn3s6IKWgfbjsejTMiXIyjg =
97- github.com/prometheus/client_golang v1.20.2 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
96+ github.com/prometheus/client_golang v1.20.5 h1:cxppBPuYhUnsO6yo/aoRol4L7q7UFfdm+bR9r+8l63Y =
97+ github.com/prometheus/client_golang v1.20.5 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
9898github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
9999github.com/prometheus/client_model v0.6.1 /go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY =
100100github.com/prometheus/common v0.55.0 h1:KEi6DK7lXW/m7Ig5i47x0vRzuBsHuvJdi5ee6Y3G1dc =
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ github.com/munnerz/goautoneg
153153# github.com/pkg/errors v0.9.1
154154## explicit
155155github.com/pkg/errors
156- # github.com/prometheus/client_golang v1.20.2
156+ # github.com/prometheus/client_golang v1.20.5
157157## explicit; go 1.20
158158github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
159159github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header
You can’t perform that action at this time.
0 commit comments