move links for cri-containerd to cri

Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
Mike Brown
2018-03-13 17:06:26 -05:00
parent 135f667963
commit d4e7154625
72 changed files with 171 additions and 171 deletions

View File

@@ -21,7 +21,7 @@ import (
snapshot "github.com/containerd/containerd/snapshots"
"github.com/containerd/cri-containerd/pkg/store"
"github.com/containerd/cri/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-containerd/pkg/store"
"github.com/containerd/cri/pkg/store"
)
func TestSnapshotStore(t *testing.T) {