mirror of
https://github.com/sberk42/fritzbox_exporter.git
synced 2026-05-18 23:38:19 +00:00
11 lines
208 B
Modula-2
11 lines
208 B
Modula-2
module github.com/sberk42/fritzbox_exporter
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/namsral/flag v1.7.4-pre
|
|
github.com/prometheus/client_golang v1.10.0
|
|
github.com/sirupsen/logrus v1.6.0
|
|
golang.org/x/text v0.3.6
|
|
)
|