16 lines
487 B
Modula-2
16 lines
487 B
Modula-2
module github.com/treydock/cgroup_exporter
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/containerd/cgroups v0.0.0-20200824123100-0b889c03f102
|
|
github.com/coreos/go-systemd/v22 v22.1.0 // indirect
|
|
github.com/go-kit/kit v0.10.0
|
|
github.com/prometheus/client_golang v1.7.1
|
|
github.com/prometheus/common v0.14.0
|
|
github.com/prometheus/procfs v0.2.0
|
|
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
)
|