mirror of
https://github.com/moby/moby.git
synced 2026-08-04 23:21:00 +00:00
Move internal/cleanups to daemon/internal/cleanups
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -9,9 +9,9 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/containerd/log"
|
||||
"github.com/docker/docker/daemon/internal/cleanups"
|
||||
"github.com/docker/docker/daemon/libnetwork/drivers/bridge/internal/firewaller"
|
||||
"github.com/docker/docker/daemon/libnetwork/internal/nftables"
|
||||
"github.com/docker/docker/internal/cleanups"
|
||||
"go.opentelemetry.io/otel"
|
||||
)
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/containerd/log"
|
||||
"github.com/docker/docker/internal/cleanups"
|
||||
"github.com/docker/docker/daemon/internal/cleanups"
|
||||
"github.com/pkg/errors"
|
||||
"golang.org/x/sys/windows"
|
||||
)
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -5,9 +5,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/mount"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user