23 lines
665 B
Modula-2
23 lines
665 B
Modula-2
module lostak.dev/pve-exporter
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/prometheus/client_golang v1.19.0 // indirect
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
github.com/prometheus/common v0.48.0 // indirect
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
google.golang.org/protobuf v1.32.0 // indirect
|
|
)
|