File tree 3 files changed +4
-4
lines changed
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/onsi/gomega v1.28.0
13
13
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.71.2
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
golang.org/x/net v0.24.0
17
17
golang.org/x/sys v0.19.0
18
18
golang.org/x/time v0.5.0
Original file line number Diff line number Diff line change @@ -251,8 +251,8 @@ github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:
251
251
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
252
252
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
253
253
github.com/prometheus/client_model v0.2.0 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
254
- github.com/prometheus/client_model v0.6.0 h1:k1v3CzpSRUTrKMppY35TLwPvxHqBu0bYgxZzqGIgaos =
255
- github.com/prometheus/client_model v0.6.0 /go.mod h1:NTQHnmxFpouOD0DpvP4XujX3CdOAGQPoaGhyTchlyt8 =
254
+ github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
255
+ github.com/prometheus/client_model v0.6.1 /go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY =
256
256
github.com/prometheus/common v0.4.1 /go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4 =
257
257
github.com/prometheus/common v0.9.1 /go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4 =
258
258
github.com/prometheus/common v0.48.0 h1:QO8U2CdOzSn1BBsmXJXduaaW+dY/5QLjfB8svtSzKKE =
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ github.com/prometheus/client_golang/prometheus
169
169
github.com/prometheus/client_golang/prometheus/collectors
170
170
github.com/prometheus/client_golang/prometheus/internal
171
171
github.com/prometheus/client_golang/prometheus/promhttp
172
- # github.com/prometheus/client_model v0.6.0
172
+ # github.com/prometheus/client_model v0.6.1
173
173
## explicit; go 1.19
174
174
github.com/prometheus/client_model/go
175
175
# github.com/prometheus/common v0.48.0
You can’t perform that action at this time.
0 commit comments