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

@@ -30,8 +30,8 @@ import (
imagespec "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/pkg/errors"
storeutil "github.com/containerd/cri/pkg/store"
"github.com/containerd/cri/pkg/util"
storeutil "github.com/containerd/containerd/pkg/store"
"github.com/containerd/containerd/pkg/util"
)
// Image contains all resources associated with the image. All fields

View File

@@ -24,7 +24,7 @@ import (
"github.com/opencontainers/go-digest/digestset"
assertlib "github.com/stretchr/testify/assert"
storeutil "github.com/containerd/cri/pkg/store"
storeutil "github.com/containerd/containerd/pkg/store"
)
func TestInternalStore(t *testing.T) {