All checks were successful
continuous-integration/drone/push Build is passing
19 lines
651 B
Modula-2
19 lines
651 B
Modula-2
module go.askask.com/prometheus-dnssec-exporter
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
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
|
|
github.com/naoina/go-stringutil v0.1.0 // indirect
|
|
github.com/naoina/toml v0.1.1
|
|
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
|
|
)
|