2018-11-15 19:51:14 +03:00
|
|
|
module github.com/prometheus/client_golang
|
|
|
|
|
|
|
|
require (
|
2019-08-01 15:17:16 +03:00
|
|
|
github.com/beorn7/perks v1.0.1
|
|
|
|
github.com/golang/protobuf v1.3.2
|
|
|
|
github.com/json-iterator/go v1.1.7
|
2019-04-15 01:16:44 +03:00
|
|
|
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
|
2019-08-01 15:17:16 +03:00
|
|
|
github.com/prometheus/common v0.6.0
|
|
|
|
github.com/prometheus/procfs v0.0.3
|
|
|
|
golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
|
2018-11-15 19:51:14 +03:00
|
|
|
)
|