mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-28 11:17:59 +00:00
Add three new capabilities that would otherwise be reported as unknown. Also add an e2e test making sure that `podman top` knows all capabilities of the current kernel. I refrained from adding a system test since this may blow up in gating tests. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
10 lines
223 B
Modula-2
10 lines
223 B
Modula-2
module github.com/containers/psgo
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/containers/storage v1.42.0
|
|
github.com/opencontainers/runc v1.1.3
|
|
github.com/stretchr/testify v1.8.0
|
|
golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24
|
|
)
|