|
@@ -14,6 +14,7 @@ import (
|
|
|
"google.golang.org/grpc"
|
|
|
|
|
|
"github.com/Sirupsen/logrus"
|
|
|
+ "github.com/docker/docker/api/errors"
|
|
|
apitypes "github.com/docker/docker/api/types"
|
|
|
"github.com/docker/docker/api/types/filters"
|
|
|
"github.com/docker/docker/api/types/network"
|
|
@@ -21,7 +22,6 @@ import (
|
|
|
"github.com/docker/docker/daemon/cluster/convert"
|
|
|
executorpkg "github.com/docker/docker/daemon/cluster/executor"
|
|
|
"github.com/docker/docker/daemon/cluster/executor/container"
|
|
|
- "github.com/docker/docker/errors"
|
|
|
"github.com/docker/docker/opts"
|
|
|
"github.com/docker/docker/pkg/ioutils"
|
|
|
"github.com/docker/docker/pkg/signal"
|