2021-11-17 20:11:42 +00:00
|
|
|
module github.com/letsencrypt/unbound_exporter
|
2019-06-18 06:04:33 +00:00
|
|
|
|
2023-02-21 21:42:51 +00:00
|
|
|
go 1.20
|
2019-06-18 06:04:33 +00:00
|
|
|
|
|
|
|
require (
|
2023-02-21 21:42:51 +00:00
|
|
|
github.com/go-kit/log v0.2.1
|
2023-11-17 23:20:54 +00:00
|
|
|
github.com/prometheus/client_golang v1.17.0
|
|
|
|
github.com/prometheus/common v0.45.0
|
2023-02-21 21:42:51 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2023-11-17 23:20:54 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
|
|
github.com/go-logfmt/logfmt v0.6.0 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
|
|
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
|
|
golang.org/x/sys v0.14.0 // indirect
|
|
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
2019-06-18 06:04:33 +00:00
|
|
|
)
|