Update go module to github.com/containerd/containerd/v2
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -19,7 +19,7 @@ package plugin
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/containerd/containerd/services"
|
||||
"github.com/containerd/containerd/v2/services"
|
||||
)
|
||||
|
||||
func mockPluginFilter(*Registration) bool {
|
||||
|
||||
@@ -19,7 +19,7 @@ package registry
|
||||
import (
|
||||
"sync"
|
||||
|
||||
"github.com/containerd/containerd/plugin"
|
||||
"github.com/containerd/containerd/v2/plugin"
|
||||
)
|
||||
|
||||
var register = struct {
|
||||
|
||||
Reference in New Issue
Block a user