mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
b7c315ad56
This is to include https://github.com/containerd/console/pull/51. Fixes: https://github.com/opencontainers/runc/issues/2896 Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
9 lines
142 B
Modula-2
9 lines
142 B
Modula-2
module github.com/containerd/console
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
|
|
)
|