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 (
eventsapi "github.com/containerd/containerd/v2/api/services/events/v1"
"github.com/containerd/containerd/v2/api/types"
"github.com/containerd/containerd/v2/pkg/events"
"github.com/containerd/containerd/v2/core/events"
"github.com/containerd/containerd/v2/protobuf"
"github.com/containerd/errdefs"
"github.com/containerd/typeurl/v2"