freebox-exporter/go.mod

9 lines
142 B
Modula-2
Raw Normal View History

2021-02-25 09:04:39 +01:00
module github.com/trazfr/freebox-exporter
go 1.16
2021-02-28 11:44:31 +01:00
require (
github.com/hashicorp/mdns v1.0.3
github.com/prometheus/client_golang v1.9.0
)