File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/kubernetes-csi/csi-test/v5 v5.2.0
13
13
github.com/kubernetes-csi/external-snapshotter/client/v7 v7.0.0
14
14
github.com/prometheus/client_golang v1.19.0
15
- github.com/prometheus/client_model v0.6.0
15
+ github.com/prometheus/client_model v0.6.1
16
16
github.com/prometheus/common v0.51.1
17
17
github.com/spf13/cobra v1.8.0
18
18
google.golang.org/grpc v1.62.1
Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
101
101
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
102
102
github.com/prometheus/client_golang v1.19.0 h1:ygXvpU1AoN1MhdzckN+PyD9QJOSD4x7kmXYlnfbA6JU =
103
103
github.com/prometheus/client_golang v1.19.0 /go.mod h1:ZRM9uEAypZakd+q/x7+gmsvXdURP+DABIEIjnmDdp+k =
104
- github.com/prometheus/client_model v0.6.0 h1:k1v3CzpSRUTrKMppY35TLwPvxHqBu0bYgxZzqGIgaos =
105
- github.com/prometheus/client_model v0.6.0 /go.mod h1:NTQHnmxFpouOD0DpvP4XujX3CdOAGQPoaGhyTchlyt8 =
104
+ github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
105
+ github.com/prometheus/client_model v0.6.1 /go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY =
106
106
github.com/prometheus/common v0.51.1 h1:eIjN50Bwglz6a/c3hAgSMcofL3nD+nFQkV6Dd4DsQCw =
107
107
github.com/prometheus/common v0.51.1 /go.mod h1:lrWtQx+iDfn2mbH5GUzlH9TSHyfZpHkSiG1W7y3sF2Q =
108
108
github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo =
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ github.com/pkg/errors
146
146
github.com/prometheus/client_golang/prometheus
147
147
github.com/prometheus/client_golang/prometheus/internal
148
148
github.com/prometheus/client_golang/prometheus/promhttp
149
- # github.com/prometheus/client_model v0.6.0
149
+ # github.com/prometheus/client_model v0.6.1
150
150
## explicit; go 1.19
151
151
github.com/prometheus/client_model/go
152
152
# github.com/prometheus/common v0.51.1
You can’t perform that action at this time.
0 commit comments