File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ require (
2828 github.com/prometheus-operator/prometheus-operator v0.80.1
2929 github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.80.1
3030 github.com/prometheus-operator/prometheus-operator/pkg/client v0.80.1
31- github.com/prometheus/client_golang v1.21.1
31+ github.com/prometheus/client_golang v1.22.0
3232 github.com/prometheus/common v0.63.0
3333 github.com/prometheus/prometheus v0.301.0
3434 github.com/shirou/gopsutil v3.21.11+incompatible
@@ -153,7 +153,6 @@ require (
153153 github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect
154154 github.com/josharian/intern v1.0.0 // indirect
155155 github.com/jpillora/backoff v1.0.0 // indirect
156- github.com/klauspost/compress v1.18.0 // indirect
157156 github.com/klauspost/cpuid/v2 v2.2.8 // indirect
158157 github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b // indirect
159158 github.com/kylelemons/godebug v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -451,8 +451,8 @@ github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXP
451451github.com/prometheus/client_golang v1.0.0 /go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo =
452452github.com/prometheus/client_golang v1.4.0 /go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU =
453453github.com/prometheus/client_golang v1.5.1 /go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU =
454- github.com/prometheus/client_golang v1.21.1 h1:DOvXXTqVzvkIewV/CDPFdejpMCGeMcbGCQ8YOmu+Ibk =
455- github.com/prometheus/client_golang v1.21.1 /go.mod h1:U9NM32ykUErtVBxdvD3zfi+EuFkkaBvMb09mIfe0Zgg =
454+ github.com/prometheus/client_golang v1.22.0 h1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/Y92Vm0Zc6Q =
455+ github.com/prometheus/client_golang v1.22.0 /go.mod h1:R7ljNsLXhuQXYZYtw6GAE9AZg8Y7vEW5scdCXrWRXC0 =
456456github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 /go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo =
457457github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
458458github.com/prometheus/client_model v0.2.0 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
You can’t perform that action at this time.
0 commit comments