prometheus-dnssec-exporter/go.mod

29 lines
989 B
Modula-2
Raw Normal View History

2021-09-05 08:18:13 +00:00
module go.askask.com/prometheus-dnssec-exporter
2018-10-04 10:36:49 +00:00
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
2021-09-05 08:18:13 +00:00
github.com/prometheus/client_golang v1.14.0
2022-09-24 23:47:45 +00:00
)
2018-10-04 10:36:49 +00:00
require (
2021-09-05 08:18:13 +00:00
github.com/beorn7/perks v1.0.1 // indirect
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/matttproud/golang_protobuf_extensions v1.0.4 // indirect
2018-10-04 10:36:49 +00:00
github.com/naoina/go-stringutil v0.1.0 // indirect
2021-09-05 08:18:13 +00:00
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
2022-09-24 23:47:45 +00:00
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
2021-09-05 08:18:13 +00:00
golang.org/x/mod v0.7.0 // indirect
golang.org/x/net v0.2.0 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/tools v0.3.0 // indirect
2022-09-24 23:47:45 +00:00
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
2021-09-05 08:18:13 +00:00
google.golang.org/protobuf v1.28.1 // indirect
2018-10-04 10:36:49 +00:00
)