Move oci and shim to execution package
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
c2a57e2b00
commit
fdbae36237
25 changed files with 1 additions and 1 deletions
|
@ -13,8 +13,8 @@ import (
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/docker/containerd"
|
"github.com/docker/containerd"
|
||||||
|
"github.com/docker/containerd/execution/oci"
|
||||||
"github.com/docker/containerd/monitor"
|
"github.com/docker/containerd/monitor"
|
||||||
"github.com/docker/containerd/oci"
|
|
||||||
specs "github.com/opencontainers/runtime-spec/specs-go"
|
specs "github.com/opencontainers/runtime-spec/specs-go"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue