Move gc to pkg/gc

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

View File

@@ -25,7 +25,7 @@ import (
"time"
eventstypes "github.com/containerd/containerd/v2/api/events"
"github.com/containerd/containerd/v2/gc"
"github.com/containerd/containerd/v2/pkg/gc"
"github.com/containerd/log"
bolt "go.etcd.io/bbolt"
)