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 (
2323
2424 "github.com/distribution/reference"
2525 "github.com/docker/cli/cli/command"
26- "github.com/docker/docker/pkg/stringid "
26+ stringid "github.com/docker/cli/cli/command/formatter "
2727 "github.com/docker/go-units"
2828 "github.com/moby/moby/api/types/image"
2929 "github.com/spf13/cobra"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
2727
2828 "github.com/containerd/platforms"
2929 "github.com/docker/cli/cli/command"
30- "github.com/docker/docker/pkg/stringid "
30+ stringid "github.com/docker/cli/cli/command/formatter "
3131 "github.com/docker/go-units"
3232 "github.com/spf13/cobra"
3333
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ import (
2323 "time"
2424
2525 "github.com/docker/cli/cli/command/formatter"
26+ stringid "github.com/docker/cli/cli/command/formatter"
2627 "github.com/docker/compose/v2/pkg/api"
27- "github.com/docker/docker/pkg/stringid"
2828 "github.com/docker/go-units"
2929 "github.com/moby/moby/api/types/container"
3030)
You can’t perform that action at this time.
0 commit comments