2018-11-15 19:51:14 +03:00
|
|
|
module github.com/prometheus/client_golang
|
|
|
|
|
|
|
|
require (
|
2019-04-15 01:16:44 +03:00
|
|
|
github.com/beorn7/perks v1.0.0
|
|
|
|
github.com/golang/protobuf v1.3.1
|
2019-05-28 14:45:06 +03:00
|
|
|
github.com/json-iterator/go v1.1.6
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
2019-04-15 01:16:44 +03:00
|
|
|
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
|
2019-05-28 14:45:06 +03:00
|
|
|
github.com/prometheus/common v0.4.1
|
2019-06-04 19:54:12 +03:00
|
|
|
github.com/prometheus/procfs v0.0.2
|
2019-05-28 14:45:06 +03:00
|
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
2019-06-14 13:26:55 +03:00
|
|
|
golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5
|
2018-11-15 19:51:14 +03:00
|
|
|
)
|