Move api/server/backend/build to daemon/build

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

View File

@@ -20,11 +20,11 @@ import (
"github.com/containerd/log"
"github.com/docker/docker/api"
apiserver "github.com/docker/docker/api/server"
buildbackend "github.com/docker/docker/api/server/backend/build"
buildkit "github.com/docker/docker/builder/builder-next"
"github.com/docker/docker/builder/builder-next/exporter"
"github.com/docker/docker/builder/dockerfile"
"github.com/docker/docker/daemon"
buildbackend "github.com/docker/docker/daemon/build"
"github.com/docker/docker/daemon/cluster"
"github.com/docker/docker/daemon/command/debug"
"github.com/docker/docker/daemon/command/trap"