forked from hipages/php-fpm_exporter
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (21 loc) · 947 Bytes
/
go.mod
File metadata and controls
22 lines (21 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/liquidweb/php-fpm_exporter
require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/davecgh/go-spew v1.1.1
github.com/fsnotify/fsnotify v1.4.7
github.com/gosuri/uitable v0.0.0-20160404203958-36ee7e946282
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
github.com/rjeczalik/notify 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.3.0
github.com/tomasen/fcgi_client v0.0.0-20180423082037-2bb3d819fd19
golang.org/x/sys v0.0.0-20190425145619-16072639606e // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
)