2018-12-10 10:32:28 +00:00
|
|
|
module github.com/hipages/php-fpm_exporter
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1
|
|
|
|
github.com/gosuri/uitable v0.0.0-20160404203958-36ee7e946282
|
2018-12-30 23:34:56 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.4 // indirect
|
2018-12-29 09:15:27 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.0.0
|
|
|
|
github.com/prometheus/client_golang v0.9.2
|
|
|
|
github.com/sirupsen/logrus v1.2.0
|
|
|
|
github.com/speps/go-hashids v2.0.0+incompatible
|
|
|
|
github.com/spf13/cobra v0.0.3
|
|
|
|
github.com/spf13/viper v1.3.1
|
|
|
|
github.com/stretchr/testify v1.2.2
|
|
|
|
github.com/tomasen/fcgi_client v0.0.0-20180423082037-2bb3d819fd19
|
2018-12-10 10:32:28 +00:00
|
|
|
)
|