Move namespaces to pkg/namespaces

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2024-01-17 09:55:39 -08:00
parent b76236bb45
commit fa8cae99d1
86 changed files with 80 additions and 80 deletions

View File

@@ -21,8 +21,8 @@ import (
"fmt"
"sync"
"github.com/containerd/containerd/v2/namespaces"
"github.com/containerd/containerd/v2/pkg/errdefs"
"github.com/containerd/containerd/v2/pkg/namespaces"
"github.com/containerd/log"
nri "github.com/containerd/nri/pkg/adaptation"
)