Move libcontainerd/queue to daemon/internal/libcontainerd/queue

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-06-27 14:27:52 -07:00
parent 6835f367e5
commit dd1656e6bc
4 changed files with 2 additions and 2 deletions

View File

@@ -21,8 +21,8 @@ import (
"github.com/containerd/containerd/v2/pkg/cio"
cerrdefs "github.com/containerd/errdefs"
"github.com/containerd/log"
"github.com/docker/docker/daemon/internal/libcontainerd/queue"
"github.com/docker/docker/errdefs"
"github.com/docker/docker/libcontainerd/queue"
libcontainerdtypes "github.com/docker/docker/libcontainerd/types"
"github.com/docker/docker/pkg/system"
"github.com/opencontainers/runtime-spec/specs-go"

View File

@@ -25,8 +25,8 @@ import (
cerrdefs "github.com/containerd/errdefs"
"github.com/containerd/log"
"github.com/containerd/typeurl/v2"
"github.com/docker/docker/daemon/internal/libcontainerd/queue"
"github.com/docker/docker/errdefs"
"github.com/docker/docker/libcontainerd/queue"
libcontainerdtypes "github.com/docker/docker/libcontainerd/types"
"github.com/docker/docker/pkg/ioutils"
"github.com/hashicorp/go-multierror"