Update deps with sys/unix changes

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2017-04-10 13:07:41 -07:00
parent 3db1ea8d07
commit 9e1acba19f
92 changed files with 1766 additions and 1325 deletions

View file

@ -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))
)

View file

@ -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 {