Move api/server to daemon/server

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-06-27 09:18:20 -07:00
parent 3a6e3f85c6
commit 87238882e0
4 changed files with 1 additions and 1 deletions

View File

@@ -19,7 +19,6 @@ import (
"github.com/containerd/containerd/v2/pkg/tracing"
"github.com/containerd/log"
"github.com/docker/docker/api"
apiserver "github.com/docker/docker/api/server"
buildkit "github.com/docker/docker/builder/builder-next"
"github.com/docker/docker/builder/builder-next/exporter"
"github.com/docker/docker/builder/dockerfile"
@@ -30,6 +29,7 @@ import (
"github.com/docker/docker/daemon/command/trap"
"github.com/docker/docker/daemon/config"
"github.com/docker/docker/daemon/listeners"
apiserver "github.com/docker/docker/daemon/server"
"github.com/docker/docker/daemon/server/middleware"
"github.com/docker/docker/daemon/server/router"
"github.com/docker/docker/daemon/server/router/build"