cli/internal/jsonstream: move to top-level "internal"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-04-25 18:05:16 +02:00
parent 25a168106a
commit d0d8d1dc72
14 changed files with 12 additions and 12 deletions

View File

@ -6,7 +6,7 @@ import (
"github.com/docker/cli/cli/command"
"github.com/docker/cli/cli/command/service/progress"
"github.com/docker/cli/cli/internal/jsonstream"
"github.com/docker/cli/internal/jsonstream"
)
// WaitOnService waits for the service to converge. It outputs a progress bar,