cli/command: remove some redundant import-aliases

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-07-13 17:14:14 +02:00
parent f5f3b027e8
commit 3d985799d4
12 changed files with 12 additions and 12 deletions

View File

@ -21,7 +21,7 @@ import (
"github.com/docker/cli/opts/swarmopts"
"github.com/docker/docker/api/types/versions"
"github.com/docker/go-connections/nat"
units "github.com/docker/go-units"
"github.com/docker/go-units"
"github.com/go-viper/mapstructure/v2"
"github.com/google/shlex"
"github.com/pkg/errors"