php-fpm-exporter/go.mod

17 lines
470 B
Modula-2
Raw Normal View History

module github.com/hipages/php-fpm_exporter
require (
github.com/davecgh/go-spew v1.1.1
github.com/gosuri/uitable v0.0.4
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/prometheus/client_golang v1.13.0
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.13.0
github.com/stretchr/testify v1.8.2
github.com/tomasen/fcgi_client v0.0.0-20180423082037-2bb3d819fd19
)
go 1.13