Update go module to github.com/containerd/containerd/v2

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2023-10-29 20:52:21 -07:00
parent abfc8be530
commit 5fdf55e493
748 changed files with 3443 additions and 2839 deletions

View File

@@ -28,7 +28,7 @@ import (
"strconv"
"strings"
blkdiscard "github.com/containerd/containerd/snapshots/devmapper/blkdiscard"
blkdiscard "github.com/containerd/containerd/v2/snapshots/devmapper/blkdiscard"
exec "golang.org/x/sys/execabs"
"golang.org/x/sys/unix"
)

View File

@@ -23,8 +23,8 @@ import (
"strings"
"testing"
"github.com/containerd/containerd/mount"
"github.com/containerd/containerd/pkg/testutil"
"github.com/containerd/containerd/v2/mount"
"github.com/containerd/containerd/v2/pkg/testutil"
"github.com/docker/go-units"
"github.com/stretchr/testify/assert"
"golang.org/x/sys/unix"