Update containerd to fix long exec issue.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2017-11-30 18:23:14 +00:00
parent d4ee7aacc5
commit 5ed43ea1a3
31 changed files with 356 additions and 174 deletions

View File

@@ -19,7 +19,7 @@ package server
import (
"testing"
"github.com/containerd/containerd/snapshot"
snapshot "github.com/containerd/containerd/snapshots"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"golang.org/x/net/context"

View File

@@ -22,7 +22,7 @@ import (
"time"
"github.com/containerd/containerd/errdefs"
"github.com/containerd/containerd/snapshot"
snapshot "github.com/containerd/containerd/snapshots"
"github.com/golang/glog"
snapshotstore "github.com/kubernetes-incubator/cri-containerd/pkg/store/snapshot"