spiegel_podman/vendor/github.com/containers/psgo/go.mod
Valentin Rothberg 88e4e4c82e vendor containers/psgo@v1.7.3
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>
2022-08-24 17:13:58 +02:00

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
)