Move events to plugins and core

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2024-02-27 21:56:13 -08:00
parent dc0f1aef56
commit 72f21833b1
30 changed files with 35 additions and 34 deletions

View File

@@ -21,7 +21,7 @@ import (
"fmt"
"github.com/containerd/containerd/v2/cmd/ctr/commands"
"github.com/containerd/containerd/v2/pkg/events"
"github.com/containerd/containerd/v2/core/events"
"github.com/containerd/log"
"github.com/containerd/typeurl/v2"
"github.com/urfave/cli/v2"