Use local version of cri packages
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
||||
|
||||
containerdmount "github.com/containerd/containerd/mount"
|
||||
|
||||
osInterface "github.com/containerd/cri/pkg/os"
|
||||
osInterface "github.com/containerd/containerd/pkg/os"
|
||||
)
|
||||
|
||||
// CalledDetail is the struct contains called function name and arguments.
|
||||
|
||||
@@ -18,6 +18,6 @@
|
||||
|
||||
package testing
|
||||
|
||||
import osInterface "github.com/containerd/cri/pkg/os"
|
||||
import osInterface "github.com/containerd/containerd/pkg/os"
|
||||
|
||||
var _ osInterface.UNIX = &FakeOS{}
|
||||
|
||||
Reference in New Issue
Block a user