23 lines
605 B
Modula-2
23 lines
605 B
Modula-2
module friendica-exporter
|
|
|
|
go 1.23.2
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/prometheus/client_golang v1.19.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/spf13/pflag v1.0.5
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/prometheus/client_model v0.6.0 // indirect
|
|
github.com/prometheus/common v0.49.0 // indirect
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
)
|