This repository was archived by the owner on Jan 15, 2025. It is now read-only.
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/docker/docker v20.10.3+incompatible // indirect
7
7
github.com/docker/libnetwork v0.8.0-dev.2.0.20210125164233-b3507428be5b
8
8
github.com/ishidawataru/sctp v0.0.0-20210204083202-2bdd86bb9a4d // indirect
9
- github.com/prometheus/client_golang v1.12.1
9
+ github.com/prometheus/client_golang v1.12.2
10
10
github.com/sirupsen/logrus v1.8.0 // indirect
11
11
github.com/vishvananda/netlink v1.1.0 // indirect
12
12
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
Original file line number Diff line number Diff line change @@ -305,6 +305,8 @@ github.com/prometheus/client_golang v1.11.0 h1:HNkLOAEQMIDv/K+04rukrLx6ch7msSRwf
305
305
github.com/prometheus/client_golang v1.11.0 /go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0 =
306
306
github.com/prometheus/client_golang v1.12.1 h1:ZiaPsmm9uiBeaSMRznKsCDNtPCS0T3JVDGF+06gjBzk =
307
307
github.com/prometheus/client_golang v1.12.1 /go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY =
308
+ github.com/prometheus/client_golang v1.12.2 h1:51L9cDoUHVrXx4zWYlcLQIZ+d+VXHgqnYKkIuq4g/34 =
309
+ github.com/prometheus/client_golang v1.12.2 /go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY =
308
310
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 /go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo =
309
311
github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f /go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo =
310
312
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
You can’t perform that action at this time.
0 commit comments