2020-08-10 17:43:49 +00:00
|
|
|
module github.com/containerd/cgroups
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2021-07-20 17:59:04 +00:00
|
|
|
github.com/cilium/ebpf v0.4.0
|
|
|
|
github.com/coreos/go-systemd/v22 v22.1.0
|
2020-08-10 17:43:49 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
|
|
github.com/docker/go-units v0.4.0
|
|
|
|
github.com/godbus/dbus/v5 v5.0.3
|
2021-07-20 17:59:04 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2
|
2020-08-10 17:43:49 +00:00
|
|
|
github.com/opencontainers/runtime-spec v1.0.2
|
|
|
|
github.com/pkg/errors v0.9.1
|
2021-07-20 17:59:04 +00:00
|
|
|
github.com/sirupsen/logrus v1.7.0
|
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-08-10 17:43:49 +00:00
|
|
|
github.com/urfave/cli v1.22.2
|
2021-07-20 17:59:04 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
|
2020-08-10 17:43:49 +00:00
|
|
|
)
|