File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
23
23
github.com/prometheus-operator/prometheus-operator v0.75.0
24
24
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.75.2
25
25
github.com/prometheus-operator/prometheus-operator/pkg/client v0.75.2
26
- github.com/prometheus/client_golang v1.19.1
26
+ github.com/prometheus/client_golang v1.20.0
27
27
github.com/prometheus/common v0.55.0
28
28
github.com/prometheus/prometheus v0.54.0
29
29
github.com/shirou/gopsutil v3.21.11+incompatible
@@ -151,6 +151,7 @@ require (
151
151
github.com/jmespath/go-jmespath v0.4.0 // indirect
152
152
github.com/josharian/intern v1.0.0 // indirect
153
153
github.com/jpillora/backoff v1.0.0 // indirect
154
+ github.com/klauspost/compress v1.17.9 // indirect
154
155
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
155
156
github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b // indirect
156
157
github.com/kylelemons/godebug v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -543,8 +543,8 @@ github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3O
543
543
github.com/prometheus/client_golang v1.5.1 /go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU =
544
544
github.com/prometheus/client_golang v1.7.1 /go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M =
545
545
github.com/prometheus/client_golang v1.11.0 /go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0 =
546
- github.com/prometheus/client_golang v1.19.1 h1:wZWJDwK+NameRJuPGDhlnFgx8e8HN3XHQeLaYJFJBOE =
547
- github.com/prometheus/client_golang v1.19.1 /go.mod h1:mP78NwGzrVks5S2H6ab8+ZZGJLZUq1hoULYBAYBw1Ho =
546
+ github.com/prometheus/client_golang v1.20.0 h1:jBzTZ7B099Rg24tny+qngoynol8LtVYlA2bqx3vEloI =
547
+ github.com/prometheus/client_golang v1.20.0 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
548
548
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 /go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo =
549
549
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
550
550
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
You can’t perform that action at this time.
0 commit comments