Note: now vndr >= v0.10 is required (https://github.com/containerd/cgroups/issues/139) Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
17 lines
516 B
Modula-2
17 lines
516 B
Modula-2
module github.com/containerd/cgroups
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/cilium/ebpf v0.0.0-20191113100448-d9fb101ca1fb
|
|
github.com/coreos/go-systemd/v22 v22.0.0-20191111152658-2d78030078ef
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/godbus/dbus/v5 v5.0.3
|
|
github.com/gogo/protobuf v1.2.1
|
|
github.com/opencontainers/runtime-spec v0.1.2-0.20190507144316-5b71a03e2700
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/urfave/cli v1.22.1
|
|
golang.org/x/sys v0.0.0-20191112214154-59a1497f0cea
|
|
)
|