mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 16:35:45 +00:00
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.38.0
|
|
github.com/opencontainers/runc v1.1.0
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
|
|
)
|