2021-09-05 08:18:13 +00:00
|
|
|
module go.askask.com/prometheus-dnssec-exporter
|
|
|
|
|
|
|
|
go 1.16
|
2018-10-04 10:36:49 +00:00
|
|
|
|
|
|
|
require (
|
2021-09-05 08:18:13 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
|
|
github.com/miekg/dns v1.1.43
|
2018-10-04 10:36:49 +00:00
|
|
|
github.com/naoina/go-stringutil v0.1.0 // indirect
|
|
|
|
github.com/naoina/toml v0.1.1
|
2021-09-05 08:18:13 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
|
|
|
github.com/prometheus/common v0.30.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210903071746-97244b99971b // indirect
|
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
2018-10-04 10:36:49 +00:00
|
|
|
)
|