migrate to github.com/containerd/log v0.1.0

The github.com/containerd/containerd/log package was moved to a separate
module, which will also be used by upcoming (patch) releases of containerd.

This patch moves our own uses of the package to use the new module.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2023-09-13 17:41:45 +02:00
parent d7caea206e
commit cff4f20c44
330 changed files with 336 additions and 340 deletions

View File

@@ -4,7 +4,7 @@ import (
"context"
"time"
"github.com/containerd/containerd/log"
"github.com/containerd/log"
containertypes "github.com/docker/docker/api/types/container"
"github.com/docker/docker/api/types/events"
"github.com/docker/docker/container"