2018-12-10 10:32:28 +00:00
|
|
|
module github.com/hipages/php-fpm_exporter
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2020-03-04 05:34:23 +00:00
|
|
|
github.com/gosuri/uitable v0.0.4
|
|
|
|
github.com/mattn/go-runewidth v0.0.8 // indirect
|
2019-01-28 22:36:09 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2022-03-30 12:02:49 +00:00
|
|
|
github.com/prometheus/client_golang v1.12.1
|
2022-11-01 14:04:16 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
2022-11-01 14:03:08 +00:00
|
|
|
github.com/spf13/cobra v1.6.1
|
2022-05-02 12:57:19 +00:00
|
|
|
github.com/spf13/viper v1.11.0
|
2022-11-01 14:03:31 +00:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2018-12-29 09:15:27 +00:00
|
|
|
github.com/tomasen/fcgi_client v0.0.0-20180423082037-2bb3d819fd19
|
2018-12-10 10:32:28 +00:00
|
|
|
)
|
2020-03-04 05:34:23 +00:00
|
|
|
|
|
|
|
go 1.13
|