1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
module github.com/containers/psgo
go 1.18
require (
github.com/containers/storage v1.52.0
github.com/opencontainers/runc v1.1.12
github.com/stretchr/testify v1.8.4
golang.org/x/sys v0.16.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/moby/sys/mountinfo v0.7.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
|