Switch to new errdefs package

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2024-01-24 21:12:24 -08:00
parent a2d0ddc88e
commit fb9b59a843
213 changed files with 655 additions and 206 deletions

View File

@@ -20,7 +20,7 @@ import (
"strings"
"testing"
"github.com/containerd/containerd/v2/pkg/errdefs"
"github.com/containerd/errdefs"
)
func TestValidIdentifiers(t *testing.T) {