18 lines
534 B
Modula-2
18 lines
534 B
Modula-2
module github.com/containers/common
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/containers/storage v1.16.0
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/onsi/ginkgo v1.12.0
|
|
github.com/onsi/gomega v1.9.0
|
|
github.com/opencontainers/runtime-spec v0.1.2-0.20190618234442-a950415649c7
|
|
github.com/opencontainers/selinux v1.3.2
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2
|
|
golang.org/x/sys v0.0.0-20191127021746-63cb32ae39b2
|
|
)
|