mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
pkg/stack: move to daemon/internal
This package is used by the daemon to produce a stack-dump, It has no external consumers, so we can move it to daemon/internal. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -52,8 +52,8 @@ import (
|
||||
"github.com/containerd/log"
|
||||
"github.com/docker/docker/daemon/cluster/controllers/plugin"
|
||||
executorpkg "github.com/docker/docker/daemon/cluster/executor"
|
||||
"github.com/docker/docker/daemon/internal/stack"
|
||||
lncluster "github.com/docker/docker/daemon/libnetwork/cluster"
|
||||
"github.com/docker/docker/pkg/stack"
|
||||
"github.com/moby/moby/api/types/network"
|
||||
types "github.com/moby/moby/api/types/swarm"
|
||||
swarmapi "github.com/moby/swarmkit/v2/api"
|
||||
|
||||
@@ -9,10 +9,10 @@ import (
|
||||
|
||||
"github.com/containerd/log"
|
||||
"github.com/docker/docker/daemon/cluster/convert"
|
||||
"github.com/docker/docker/daemon/internal/stack"
|
||||
"github.com/docker/docker/daemon/pkg/opts"
|
||||
"github.com/docker/docker/daemon/server/backend"
|
||||
"github.com/docker/docker/errdefs"
|
||||
"github.com/docker/docker/pkg/stack"
|
||||
"github.com/moby/moby/api/types/container"
|
||||
"github.com/moby/moby/api/types/filters"
|
||||
types "github.com/moby/moby/api/types/swarm"
|
||||
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
"os/signal"
|
||||
|
||||
"github.com/containerd/log"
|
||||
"github.com/docker/docker/pkg/stack"
|
||||
"github.com/docker/docker/daemon/internal/stack"
|
||||
"golang.org/x/sys/unix"
|
||||
)
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
"unsafe"
|
||||
|
||||
"github.com/containerd/log"
|
||||
"github.com/docker/docker/pkg/stack"
|
||||
"github.com/docker/docker/daemon/internal/stack"
|
||||
"golang.org/x/sys/windows"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user