mirror of
https://github.com/containers/podman.git
synced 2025-08-26 03:01:31 +08:00
11 lines
223 B
Modula-2
11 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
|
|
)
|