mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Move internal/cleanups to daemon/internal/cleanups
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -11,9 +11,9 @@ import (
|
||||
|
||||
"github.com/containerd/log"
|
||||
"github.com/docker/docker/daemon/container"
|
||||
"github.com/docker/docker/daemon/internal/cleanups"
|
||||
"github.com/docker/docker/daemon/internal/idtools"
|
||||
volumemounts "github.com/docker/docker/daemon/volume/mounts"
|
||||
"github.com/docker/docker/internal/cleanups"
|
||||
"github.com/moby/moby/api/types/events"
|
||||
mounttypes "github.com/moby/moby/api/types/mount"
|
||||
"github.com/pkg/errors"
|
||||
|
||||
Reference in New Issue
Block a user