forked from martin-helmich/prometheus-nginxlog-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (21 loc) · 1.02 KB
/
go.mod
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/martin-helmich/prometheus-nginxlog-exporter
require (
github.com/beorn7/perks v0.0.0-20160229213445-3ac7bf7a47d1
github.com/davecgh/go-spew v1.1.0
github.com/golang/protobuf v0.0.0-20160614223140-0c1f6d65b5a1
github.com/hashicorp/consul v0.0.0-20150921174127-de080672fee9
github.com/hashicorp/hcl v0.0.0-20161028233240-8fa153c5b4e9
github.com/hpcloud/tail v1.0.0
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v0.0.0-20160916180340-5636dc67ae77
github.com/prometheus/client_model v0.0.0-20150212101744-fa8ad6fec335
github.com/prometheus/common v0.0.0-20160623151427-4402f4e5ea79
github.com/prometheus/procfs v0.0.0-20160411190841-abf152e5f3e9
github.com/satyrius/gonx v1.3.1-0.20180709120835-47c52b995fe5
github.com/stretchr/testify v1.2.0
golang.org/x/sys v0.0.0-20161023150541-c200b10b5d5e
gopkg.in/fsnotify.v1 v1.3.0
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
gopkg.in/yaml.v2 v2.0.0-20180104195722-0e4404da7122
)