1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
module github.com/containers/psgo
go 1.24.0
require (
github.com/moby/sys/user v0.4.0
github.com/stretchr/testify v1.11.1
go.podman.io/storage v1.61.0
golang.org/x/sys v0.37.0
)
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/moby/sys/mountinfo v0.7.2 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
|