Move identifiers to pkg/identifiers

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2024-01-17 09:55:21 -08:00
parent 5e00f63ce7
commit bb71c28353
9 changed files with 7 additions and 7 deletions

View File

@@ -21,10 +21,10 @@ import (
"fmt"
"strings"
"github.com/containerd/containerd/v2/identifiers"
l "github.com/containerd/containerd/v2/labels"
"github.com/containerd/containerd/v2/namespaces"
"github.com/containerd/containerd/v2/pkg/errdefs"
"github.com/containerd/containerd/v2/pkg/identifiers"
bolt "go.etcd.io/bbolt"
)