cgroup_exporter/go.mod

16 lines
487 B
Modula-2
Raw Normal View History

2020-02-12 16:07:45 +00:00
module github.com/treydock/cgroup_exporter
go 1.14
2020-02-12 16:07:45 +00:00
require (
github.com/containerd/cgroups v0.0.0-20200824123100-0b889c03f102
github.com/coreos/go-systemd/v22 v22.1.0 // indirect
2020-10-02 19:21:18 +00:00
github.com/go-kit/kit v0.10.0
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.14.0
2020-10-02 17:53:15 +00:00
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
2020-02-12 16:07:45 +00:00
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)