Update deps with sys/unix changes
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
3db1ea8d07
commit
9e1acba19f
92 changed files with 1766 additions and 1325 deletions
|
@ -42,7 +42,7 @@ func newExecProcess(context context.Context, path string, r *shimapi.ExecRequest
|
|||
}
|
||||
var (
|
||||
err error
|
||||
socket *runc.ConsoleSocket
|
||||
socket *runc.Socket
|
||||
io runc.IO
|
||||
pidfile = filepath.Join(path, fmt.Sprintf("%d.pid", id))
|
||||
)
|
||||
|
|
|
@ -57,7 +57,7 @@ func newInitProcess(context context.Context, path string, r *shimapi.CreateReque
|
|||
}
|
||||
var (
|
||||
err error
|
||||
socket *runc.ConsoleSocket
|
||||
socket *runc.Socket
|
||||
io runc.IO
|
||||
)
|
||||
if r.Terminal {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue