module github.com/containers/common go 1.12 require ( github.com/BurntSushi/toml v0.3.1 github.com/containers/image/v5 v5.4.4 github.com/containers/storage v1.20.2 github.com/docker/docker v1.4.2-0.20191219165747-a9416c67da9f github.com/docker/go-units v0.4.0 github.com/onsi/ginkgo v1.12.3 github.com/onsi/gomega v1.10.1 github.com/opencontainers/runc v1.0.0-rc90 github.com/opencontainers/runtime-spec v0.1.2-0.20190618234442-a950415649c7 // indirect github.com/opencontainers/selinux v1.5.2 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.6.0 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.6.0 github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5 golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 )