blob: f69c26fd68fb3173a5480fa9e2accca1115eeabc [file] [log] [blame]
module github.com/containerd/go-runc
go 1.13
require (
github.com/containerd/console v1.0.1
github.com/opencontainers/runtime-spec v1.0.2
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
golang.org/x/sys v0.0.0-20200916030750-2334cc1a136f
)