forked from terricain/389ds_exporter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
19 lines (17 loc) · 849 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/radiofrance/389ds_exporter
go 1.16
require (
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.2.1-0.20181105201048-75dceb112b17 // indirect
github.com/hashicorp/go-multierror v1.0.0
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_golang v0.9.1
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d // indirect
github.com/sirupsen/logrus v1.2.1-0.20181103062819-44067abb194b
github.com/stretchr/testify v1.4.0 // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20170511165959-379148ca0225 // indirect
gopkg.in/ldap.v2 v2.5.1
)