File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ module github.com/groove-x/cgroup-exporter
2+
3+ go 1.11
4+
5+ require (
6+ github.com/containerd/cgroups v0.0.0-20181001140508-d2400726cfa7
7+ github.com/coreos/go-systemd v0.0.0-20181012123002-c6f51f82210d // indirect
8+ github.com/docker/go-units v0.3.4-0.20181018102642-03db2b60b820 // indirect
9+ github.com/godbus/dbus v4.1.1-0.20180905195443-5f1bd775722e+incompatible // indirect
10+ github.com/gogo/protobuf v1.2.0 // indirect
11+ github.com/opencontainers/runtime-spec v1.0.2-0.20180913141938-5806c3563733 // indirect
12+ github.com/pkg/errors v0.8.1-0.20181014145847-6ed0a2e59ebe // indirect
13+ golang.org/x/sys v0.0.0-20181213200352-4d1cda033e06 // indirect
14+ )
Original file line number Diff line number Diff line change 1+ github.com/containerd/cgroups v0.0.0-20181001140508-d2400726cfa7 h1:HpTs4G3F32Jue3Hu3Tc4hD4d9AhALxYE4+vCO0SkSvw =
2+ github.com/containerd/cgroups v0.0.0-20181001140508-d2400726cfa7 /go.mod h1:X9rLEHIqSf/wfK8NsPqxJmeZgW4pcfzdXITDrUSJ6uI =
3+ github.com/coreos/go-systemd v0.0.0-20181012123002-c6f51f82210d h1:t5Wuyh53qYyg9eqn4BbnlIT+vmhyww0TatL+zT3uWgI =
4+ github.com/coreos/go-systemd v0.0.0-20181012123002-c6f51f82210d /go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4 =
5+ github.com/docker/go-units v0.3.4-0.20181018102642-03db2b60b820 h1:EQSiSOsNbDAIw+kdd4NPThBl+510eNrB58SRYcKwUK4 =
6+ github.com/docker/go-units v0.3.4-0.20181018102642-03db2b60b820 /go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk =
7+ github.com/godbus/dbus v4.1.1-0.20180905195443-5f1bd775722e+incompatible h1:1EAOqHEDzmRZ+SWNSMZ3nnczBDhMT1jIfE3QZ2iHZ9s =
8+ github.com/godbus/dbus v4.1.1-0.20180905195443-5f1bd775722e+incompatible /go.mod h1:/YcGZj5zSblfDWMMoOzV4fas9FZnQYTkDnsGvmh2Grw =
9+ github.com/gogo/protobuf v1.2.0 h1:xU6/SpYbvkNYiptHJYEDRseDLvYE7wSqhYYNy0QSUzI =
10+ github.com/gogo/protobuf v1.2.0 /go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ =
11+ github.com/opencontainers/runtime-spec v1.0.2-0.20180913141938-5806c3563733 h1:M9SVV7xezQ8PC/0NPAek6TUr1IdwVx5wGkdojnXwalM =
12+ github.com/opencontainers/runtime-spec v1.0.2-0.20180913141938-5806c3563733 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
13+ github.com/pkg/errors v0.8.1-0.20181014145847-6ed0a2e59ebe h1:iN/Ye31z0uoRJNk0Cd8EtLFjKmkl59NtvEw2zt6nbBA =
14+ github.com/pkg/errors v0.8.1-0.20181014145847-6ed0a2e59ebe /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
15+ golang.org/x/sys v0.0.0-20181213200352-4d1cda033e06 h1:0oC8rFnE+74kEmuHZ46F6KHsMr5Gx2gUQPuNz28iQZM =
16+ golang.org/x/sys v0.0.0-20181213200352-4d1cda033e06 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
You can’t perform that action at this time.
0 commit comments