mirror of https://github.com/docker/cli.git
14 lines
411 B
Modula-2
14 lines
411 B
Modula-2
module github.com/containerd/cgroups
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/godbus/dbus v0.0.0-20190422162347-ade71ed3457e
|
|
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
|
|
golang.org/x/sys v0.0.0-20190514135907-3a4b5fb9f71f
|
|
)
|