mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
Merge pull request #50547 from thaJeztah/internal_stack
pkg/stack: move to daemon/internal
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