Move pkg/streamformatter to api/pkg/streamformatter

Signed-off-by: Derek McGowan <derek@mcg.dev>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Derek McGowan
2025-07-29 13:28:31 -07:00
committed by Sebastiaan van Stijn
parent 66862e14d1
commit d00ecdc479
21 changed files with 307 additions and 15 deletions

View File

@@ -19,10 +19,10 @@ import (
"github.com/docker/docker/daemon/builder/remotecontext/urlutil"
"github.com/docker/docker/daemon/internal/system"
"github.com/docker/docker/pkg/longpath"
"github.com/docker/docker/pkg/streamformatter"
"github.com/moby/buildkit/frontend/dockerfile/instructions"
"github.com/moby/go-archive"
"github.com/moby/moby/api/pkg/progress"
"github.com/moby/moby/api/pkg/streamformatter"
"github.com/moby/sys/symlink"
"github.com/moby/sys/user"
ocispec "github.com/opencontainers/image-spec/specs-go/v1"