2018-12-10 10:32:28 +00:00
|
|
|
module github.com/hipages/php-fpm_exporter
|
|
|
|
|
|
|
|
require (
|
2024-01-01 14:36:16 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
|
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
|
2024-03-01 14:39:47 +00:00
|
|
|
github.com/prometheus/client_golang v1.19.0
|
2023-07-01 14:12:01 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2023-12-01 14:39:37 +00:00
|
|
|
github.com/spf13/cobra v1.8.0
|
2024-07-01 14:02:59 +00:00
|
|
|
github.com/spf13/viper v1.19.0
|
2024-03-01 14:40:06 +00:00
|
|
|
github.com/stretchr/testify v1.9.0
|
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
|