You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
142 B
Modula-2
9 lines
142 B
Modula-2
5 years ago
|
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
|
||
|
)
|