mirror of https://github.com/docker/cli.git
20 lines
648 B
Modula-2
20 lines
648 B
Modula-2
module github.com/containerd/cgroups
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/cilium/ebpf v0.0.0-20200110133405-4032b1d8aae3
|
|
github.com/coreos/go-systemd/v22 v22.0.0
|
|
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
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/opencontainers/runtime-spec v0.1.2-0.20190507144316-5b71a03e2700
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/stretchr/testify v1.2.2
|
|
github.com/urfave/cli v1.22.2
|
|
golang.org/x/sys v0.0.0-20200120151820-655fe14d7479
|
|
)
|