Use local version of cri packages
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user