2018-10-04 10:36:49 +00:00
|
|
|
module github.com/chrj/prometheus-dnssec-exporter
|
|
|
|
|
2022-09-24 23:47:45 +00:00
|
|
|
go 1.18
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/miekg/dns v1.1.50
|
|
|
|
github.com/naoina/toml v0.1.1
|
|
|
|
github.com/prometheus/client_golang v0.8.0
|
|
|
|
)
|
|
|
|
|
2018-10-04 10:36:49 +00:00
|
|
|
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/naoina/go-stringutil v0.1.0 // indirect
|
|
|
|
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
|
2022-09-24 23:47:45 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
|
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20220923203811-8be639271d50 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
|
|
|
|
golang.org/x/tools v0.1.12 // indirect
|
|
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
2018-10-04 10:36:49 +00:00
|
|
|
)
|