mirror of
https://github.com/sberk42/fritzbox_exporter.git
synced 2026-05-21 16:53:28 +00:00
23 lines
669 B
Modula-2
23 lines
669 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.15.1
|
|
github.com/sirupsen/logrus v1.9.2
|
|
golang.org/x/text v0.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/prometheus/client_model v0.4.0 // indirect
|
|
github.com/prometheus/common v0.43.0 // indirect
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
)
|