This repository was archived by the owner on Feb 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
77 github.com/go-kit/kit v0.12.0
88 github.com/go-kit/log v0.2.1
99 github.com/mattn/go-oci8 v0.1.1
10- github.com/prometheus/client_golang v1.13 .0
10+ github.com/prometheus/client_golang v1.14 .0
1111 github.com/prometheus/common v0.37.0
1212 github.com/prometheus/exporter-toolkit v0.8.2
1313 gopkg.in/alecthomas/kingpin.v2 v2.2.6
@@ -24,7 +24,7 @@ require (
2424 github.com/jpillora/backoff v1.0.0 // indirect
2525 github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
2626 github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
27- github.com/prometheus/client_model v0.2 .0 // indirect
27+ github.com/prometheus/client_model v0.3 .0 // indirect
2828 github.com/prometheus/procfs v0.8.0 // indirect
2929 golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
3030 golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
Original file line number Diff line number Diff line change @@ -181,13 +181,14 @@ github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5Fsn
181181github.com/prometheus/client_golang v1.7.1 /go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M =
182182github.com/prometheus/client_golang v1.11.0 /go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0 =
183183github.com/prometheus/client_golang v1.12.1 /go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY =
184- github.com/prometheus/client_golang v1.13 .0 h1:b71QUfeo5M8gq2+evJdTPfZhYMAU0uKPkyPJ7TPsloU =
185- github.com/prometheus/client_golang v1.13 .0 /go.mod h1:vTeo+zgvILHsnnj/39Ou/1fPN5nJFOEMgftOUOmlvYQ =
184+ github.com/prometheus/client_golang v1.14 .0 h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw =
185+ github.com/prometheus/client_golang v1.14 .0 /go.mod h1:8vpkKitgIVNcqrRBWh1C4TIUQgYNtG/XQE4E/Zae36Y =
186186github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 /go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo =
187187github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
188188github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
189- github.com/prometheus/client_model v0.2.0 h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M =
190189github.com/prometheus/client_model v0.2.0 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
190+ github.com/prometheus/client_model v0.3.0 h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4 =
191+ github.com/prometheus/client_model v0.3.0 /go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w =
191192github.com/prometheus/common v0.4.1 /go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4 =
192193github.com/prometheus/common v0.10.0 /go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo =
193194github.com/prometheus/common v0.26.0 /go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc =
You can’t perform that action at this time.
0 commit comments