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
|
2019-12-20 22:43:37 +03:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.1
|
2019-08-01 15:17:16 +03:00
|
|
|
github.com/golang/protobuf v1.3.2
|
2020-01-25 03:59:41 +03:00
|
|
|
github.com/google/go-cmp v0.4.0 // indirect
|
|
|
|
github.com/json-iterator/go v1.1.9
|
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2020-01-14 21:22:19 +03:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2020-01-25 03:59:41 +03:00
|
|
|
github.com/prometheus/common v0.9.1
|
2019-12-20 22:43:37 +03:00
|
|
|
github.com/prometheus/procfs v0.0.8
|
2020-01-25 03:59:41 +03:00
|
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82
|
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.5 // indirect
|
2018-11-15 19:51:14 +03:00
|
|
|
)
|
2019-09-12 18:51:21 +03:00
|
|
|
|
|
|
|
go 1.11
|