mirror of
https://github.com/sberk42/fritzbox_exporter.git
synced 2026-05-20 08:13:26 +00:00
13 lines
330 B
Modula-2
13 lines
330 B
Modula-2
module github.com/sberk42/fritzbox_exporter
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/heptiolabs/healthcheck v0.0.0-20180807145615-6ff867650f40
|
|
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
|
|
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
|
|
)
|