forked from sensu/sensu-prometheus-collector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (17 loc) · 712 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/sensu/sensu-prometheus-collector
go 1.13
require (
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
github.com/davecgh/go-spew v1.1.1
github.com/golang/protobuf v1.2.0
github.com/kelseyhightower/envconfig v1.3.0
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v0.8.0
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a
github.com/smira/go-statsd v1.3.2
github.com/stretchr/testify v1.2.2
golang.org/x/net v0.0.0-20181207154023-610586996380
)