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/fatih/color v1.9.0 // indirect
|
|
|
|
github.com/golang/protobuf v1.3.4 // indirect
|
|
|
|
github.com/gosuri/uitable v0.0.4
|
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
|
|
|
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
|
2020-03-04 05:34:23 +00:00
|
|
|
github.com/pelletier/go-toml v1.6.0 // indirect
|
2020-03-21 11:50:56 +00:00
|
|
|
github.com/prometheus/client_golang v1.5.1
|
2020-03-04 05:34:23 +00:00
|
|
|
github.com/prometheus/procfs v0.0.10 // indirect
|
2020-03-24 08:52:41 +00:00
|
|
|
github.com/sirupsen/logrus v1.5.0
|
2018-12-29 09:15:27 +00:00
|
|
|
github.com/speps/go-hashids v2.0.0+incompatible
|
2020-03-04 05:34:23 +00:00
|
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
|
|
github.com/spf13/cast v1.3.1 // indirect
|
2020-04-07 02:17:24 +00:00
|
|
|
github.com/spf13/cobra v0.0.7
|
2020-03-04 05:34:23 +00:00
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
github.com/spf13/viper v1.6.2
|
|
|
|
github.com/stretchr/testify v1.5.1
|
2018-12-29 09:15:27 +00:00
|
|
|
github.com/tomasen/fcgi_client v0.0.0-20180423082037-2bb3d819fd19
|
2020-03-04 05:34:23 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
|
|
|
|
golang.org/x/text v0.3.2 // indirect
|
|
|
|
gopkg.in/ini.v1 v1.52.0 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
2018-12-10 10:32:28 +00:00
|
|
|
)
|
2020-03-04 05:34:23 +00:00
|
|
|
|
|
|
|
go 1.13
|