mirror of https://github.com/docker/compose.git
use StatusError from docker/cli, not "dockerd"
This package is a leftover from when the "docker" cli and the "dockerd" cli both lived in the same repository. The package in docker/docker will be (re)moved soon, so replace it with the implementation in docker/cli, which is the right one :) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
d4a4dcf4ee
commit
a501ab3a2f
|
@ -28,10 +28,10 @@ import (
|
|||
|
||||
"github.com/compose-spec/compose-go/types"
|
||||
buildx "github.com/docker/buildx/build"
|
||||
"github.com/docker/cli/cli"
|
||||
"github.com/docker/cli/cli/command/image/build"
|
||||
dockertypes "github.com/docker/docker/api/types"
|
||||
"github.com/docker/docker/builder/remotecontext/urlutil"
|
||||
"github.com/docker/docker/cli"
|
||||
"github.com/docker/docker/pkg/archive"
|
||||
"github.com/docker/docker/pkg/idtools"
|
||||
"github.com/docker/docker/pkg/jsonmessage"
|
||||
|
|
Loading…
Reference in New Issue