18 lines
843 B
Modula-2
18 lines
843 B
Modula-2
module github.com/chrj/prometheus-dnssec-exporter
|
|
|
|
require (
|
|
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
|
|
github.com/golang/protobuf v1.2.0 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/miekg/dns v1.0.12
|
|
github.com/naoina/go-stringutil v0.1.0 // indirect
|
|
github.com/naoina/toml v0.1.1
|
|
github.com/prometheus/client_golang v0.8.0
|
|
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
|
|
github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e // indirect
|
|
github.com/prometheus/procfs v0.0.0-20180920065004-418d78d0b9a7 // indirect
|
|
golang.org/x/crypto v0.0.0-20180927165925-5295e8364332 // indirect
|
|
golang.org/x/net v0.0.0-20180926154720-4dfa2610cdf3 // indirect
|
|
golang.org/x/sys v0.0.0-20180928133829-e4b3c5e90611 // indirect
|
|
)
|