mirror of
https://github.com/sberk42/fritzbox_exporter.git
synced 2026-05-20 08:13:26 +00:00
12 lines
338 B
Modula-2
12 lines
338 B
Modula-2
module github.com/sberk42/fritzbox_exporter
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb // indirect
|
|
github.com/namsral/flag v1.7.4-pre // indirect
|
|
github.com/prometheus/client_golang v1.11.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|