Rename kubernetes-incubator/cri-containerd to containerd/cri-containerd.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2018-01-10 22:27:38 +00:00
parent 5bfa5e451a
commit 025ffe551f
62 changed files with 112 additions and 112 deletions

View File

@@ -24,7 +24,7 @@ import (
godigest "github.com/opencontainers/go-digest"
imagespec "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/kubernetes-incubator/cri-containerd/pkg/store"
"github.com/containerd/cri-containerd/pkg/store"
)
// Image contains all resources associated with the image. All fields

View File

@@ -23,7 +23,7 @@ import (
imagespec "github.com/opencontainers/image-spec/specs-go/v1"
assertlib "github.com/stretchr/testify/assert"
"github.com/kubernetes-incubator/cri-containerd/pkg/store"
"github.com/containerd/cri-containerd/pkg/store"
)
func TestImageStore(t *testing.T) {