mirror of https://github.com/k3s-io/k3s
11 lines
255 B
Modula-2
11 lines
255 B
Modula-2
|
module github.com/containerd/go-runc
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/containerd/console v0.0.0-20191206165004-02ecf6a7291e
|
||
|
github.com/opencontainers/runtime-spec v1.0.1
|
||
|
github.com/pkg/errors v0.8.1
|
||
|
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449
|
||
|
)
|