-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgo.mod
20 lines (19 loc) · 880 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/paychex/prometheus-isilon-exporter
require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a
github.com/golang/protobuf v1.0.0
github.com/jamiealquiza/envy v1.0.0
github.com/matttproud/golang_protobuf_extensions v1.0.0
github.com/prometheus/client_golang v0.8.0
github.com/prometheus/client_model v0.0.0-20171117100541-99fa1f4be8e5
github.com/prometheus/common v0.0.0-20180228092548-6fb6fce6f8b7
github.com/prometheus/procfs v0.0.0-20180310141954-54d17b57dd7d
github.com/sirupsen/logrus v1.0.5
github.com/tidwall/gjson v1.1.0
github.com/tidwall/match v1.0.0
golang.org/x/crypto v0.0.0-20180308185624-c7dcf104e3a7
golang.org/x/sys v0.0.0-20180308152046-7dca6fe1f437
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)