mirror of
https://github.com/containers/podman.git
synced 2025-06-16 14:46:39 +08:00

Now supports cgroupsv2. Fixes: #4192 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
12 lines
333 B
Modula-2
12 lines
333 B
Modula-2
module github.com/containers/psgo
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/opencontainers/runc v0.0.0-20190425234816-dae70e8efea4
|
|
github.com/pkg/errors v0.0.0-20190227000051-27936f6d90f9
|
|
github.com/sirupsen/logrus v0.0.0-20190403091019-9b3cdde74fbe
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/sys v0.0.0-20190425145619-16072639606e
|
|
)
|