Update go module to github.com/containerd/containerd/v2
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -19,10 +19,10 @@ package server
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/containerd/containerd/version"
|
||||
"github.com/containerd/containerd/v2/version"
|
||||
runtime "k8s.io/cri-api/pkg/apis/runtime/v1"
|
||||
|
||||
"github.com/containerd/containerd/pkg/cri/constants"
|
||||
"github.com/containerd/containerd/v2/pkg/cri/constants"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user