Use local version of cri packages

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2020-10-07 10:59:40 -07:00
parent e7a350176a
commit 1c60ae7f87
234 changed files with 8149 additions and 18348 deletions

View File

@@ -21,7 +21,7 @@ import (
snapshot "github.com/containerd/containerd/snapshots"
"github.com/containerd/cri/pkg/store"
"github.com/containerd/containerd/pkg/store"
)
// Snapshot contains the information about the snapshot.

View File

@@ -23,7 +23,7 @@ import (
snapshot "github.com/containerd/containerd/snapshots"
assertlib "github.com/stretchr/testify/assert"
"github.com/containerd/cri/pkg/store"
"github.com/containerd/containerd/pkg/store"
)
func TestSnapshotStore(t *testing.T) {