Remove vendor and fix go build

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2016-11-07 13:15:32 -08:00
parent e115b52ce2
commit 1c6ed30a79
608 changed files with 11 additions and 188041 deletions

View file

@ -8,7 +8,7 @@ import (
"path/filepath"
"syscall"
"github.com/docker/containerd/osutils"
"github.com/docker/containerkit/osutils"
"github.com/docker/docker/pkg/term"
)

View file

@ -14,7 +14,7 @@ import (
"syscall"
"time"
"github.com/docker/containerd/specs"
specs "github.com/opencontainers/runtime-spec/specs-go"
)
var errRuntime = errors.New("shim: runtime execution error")
@ -37,7 +37,7 @@ type checkpoint struct {
}
type processState struct {
specs.ProcessSpec
specs.Process
Exec bool `json:"exec"`
Stdin string `json:"stdin"`
Stdout string `json:"stdout"`