File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
pkg/devspace/build/builder/docker Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,15 @@ import (
1010"github.com/docker/cli/cli/streams"
1111"github.com/docker/docker/api/types/image"
1212dockerregistry "github.com/docker/docker/api/types/registry"
13+ "github.com/docker/docker/pkg/jsonmessage"
1314"github.com/loft-sh/devspace/pkg/devspace/build/builder/helper"
1415"github.com/loft-sh/devspace/pkg/devspace/config/versions/latest"
1516devspacecontext "github.com/loft-sh/devspace/pkg/devspace/context"
1617dockerclient "github.com/loft-sh/devspace/pkg/devspace/docker"
1718"github.com/loft-sh/devspace/pkg/devspace/kubectl"
1819"github.com/loft-sh/devspace/pkg/devspace/pullsecrets"
1920command2 "github.com/loft-sh/utils/pkg/command"
20-
2121"github.com/pkg/errors"
22-
23- "github.com/docker/docker/pkg/jsonmessage"
2422)
2523
2624// EngineName is the name of the building engine
You can’t perform that action at this time.
0 commit comments