mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
b9cc6409f4
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
12 lines
262 B
Modula-2
12 lines
262 B
Modula-2
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
|
|
)
|