mirror of
https://github.com/onedr0p/exportarr.git
synced 2026-02-06 10:57:32 +00:00
13 lines
333 B
Modula-2
13 lines
333 B
Modula-2
module github.com/onedr0p/radarr-exporter
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/prometheus/client_golang v1.5.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
gitlab.com/onedr0p/radarr-exporter v1.0.0 // indirect
|
|
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
|
)
|