Move layer to daemon/internal/layer

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-07-24 12:10:30 -07:00
parent 462567acd6
commit fa9a3c383d
65 changed files with 48 additions and 48 deletions

View File

@@ -8,8 +8,8 @@ import (
"context"
"io"
"github.com/docker/docker/daemon/internal/layer"
"github.com/docker/docker/image"
"github.com/docker/docker/layer"
"github.com/moby/moby/api/types/backend"
"github.com/moby/moby/api/types/container"
"github.com/opencontainers/go-digest"

View File

@@ -9,8 +9,8 @@ import (
"github.com/docker/docker/daemon/builder"
"github.com/docker/docker/daemon/builder/remotecontext"
"github.com/docker/docker/daemon/internal/layer"
"github.com/docker/docker/image"
"github.com/docker/docker/layer"
"github.com/docker/go-connections/nat"
"github.com/moby/go-archive"
"github.com/moby/moby/api/types/backend"

View File

@@ -7,8 +7,8 @@ import (
"runtime"
"github.com/docker/docker/daemon/builder"
"github.com/docker/docker/daemon/internal/layer"
"github.com/docker/docker/image"
"github.com/docker/docker/layer"
"github.com/moby/moby/api/types/backend"
"github.com/moby/moby/api/types/container"
"github.com/opencontainers/go-digest"