Update deps with sys/unix changes
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user