php-fpm-exporter/go.mod

15 lines
536 B
Modula-2

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
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mitchellh/go-homedir v1.0.0
github.com/prometheus/client_golang v0.9.2
github.com/sirupsen/logrus v1.3.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
)