File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
24
24
"github.com/distribution/reference"
25
25
"github.com/docker/cli/cli/command"
26
- "github.com/docker/docker/pkg/stringid "
26
+ stringid "github.com/docker/cli/cli/command/formatter "
27
27
"github.com/docker/go-units"
28
28
"github.com/moby/moby/api/types/image"
29
29
"github.com/spf13/cobra"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
27
27
28
28
"github.com/containerd/platforms"
29
29
"github.com/docker/cli/cli/command"
30
- "github.com/docker/docker/pkg/stringid "
30
+ stringid "github.com/docker/cli/cli/command/formatter "
31
31
"github.com/docker/go-units"
32
32
"github.com/spf13/cobra"
33
33
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ import (
23
23
"time"
24
24
25
25
"github.com/docker/cli/cli/command/formatter"
26
+ stringid "github.com/docker/cli/cli/command/formatter"
26
27
"github.com/docker/compose/v2/pkg/api"
27
- "github.com/docker/docker/pkg/stringid"
28
28
"github.com/docker/go-units"
29
29
"github.com/moby/moby/api/types/container"
30
30
)
You can’t perform that action at this time.
0 commit comments