mirror of
https://github.com/sberk42/fritzbox_exporter.git
synced 2026-05-20 16:23:30 +00:00
23 lines
697 B
Modula-2
23 lines
697 B
Modula-2
module github.com/sberk42/fritzbox_exporter
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/namsral/flag v1.7.4-pre
|
|
github.com/prometheus/client_golang v1.14.0
|
|
github.com/sirupsen/logrus v1.9.0
|
|
golang.org/x/text v0.6.0
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
)
|