Skip to content

Commit a5b199b

Browse files
committed
WIP: replace uses of stringid
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 9dd2eeb commit a5b199b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/compose/bridge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

cmd/compose/images.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

cmd/formatter/container.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)