Switch to new errdefs package
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -25,7 +25,7 @@ import (
|
||||
"github.com/containerd/containerd/v2/pkg/cri/store"
|
||||
"github.com/containerd/containerd/v2/pkg/cri/store/label"
|
||||
"github.com/containerd/containerd/v2/pkg/cri/store/stats"
|
||||
"github.com/containerd/containerd/v2/pkg/errdefs"
|
||||
"github.com/containerd/errdefs"
|
||||
|
||||
runtime "k8s.io/cri-api/pkg/apis/runtime/v1"
|
||||
)
|
||||
|
||||
@@ -24,7 +24,7 @@ import (
|
||||
cio "github.com/containerd/containerd/v2/pkg/cri/io"
|
||||
"github.com/containerd/containerd/v2/pkg/cri/store/label"
|
||||
"github.com/containerd/containerd/v2/pkg/cri/store/stats"
|
||||
"github.com/containerd/containerd/v2/pkg/errdefs"
|
||||
"github.com/containerd/errdefs"
|
||||
|
||||
"github.com/opencontainers/selinux/go-selinux"
|
||||
assertlib "github.com/stretchr/testify/assert"
|
||||
|
||||
Reference in New Issue
Block a user