forked from lrstanley/vault-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
17 lines (15 loc) · 839 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/lrstanley/vault-exporter
go 1.12
require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a // indirect
github.com/hashicorp/vault/api v1.0.2
github.com/matttproud/golang_protobuf_extensions v0.0.0-20160423173617-3247c84500bf // indirect
github.com/prometheus/client_golang v0.0.0-20160817154824-c5b7fccd2042
github.com/prometheus/client_model v0.0.0-20171117100541-99fa1f4be8e5 // indirect
github.com/prometheus/common v0.0.0-20180110214958-89604d197083
github.com/prometheus/procfs v0.0.0-20171226183907-b15cd069a834 // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.0.0-20171217180838-947dcec5ba9c
)