go.mod 142 字节
Newer Older
S
stormgbs 已提交
1 2 3 4 5 6 7 8
module github.com/containerd/console

go 1.13

require (
	github.com/pkg/errors v0.8.1
	golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e
)