More goimport changes

This commit is contained in:
Guillaume Tardif 2020-08-10 14:36:05 +02:00
parent fffb3aa3f9
commit 76d8f5a8b4
3 changed files with 7 additions and 4 deletions

View File

@ -30,6 +30,8 @@ import (
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
ecstypes "github.com/docker/ecs-plugin/pkg/compose"
"github.com/docker/api/aci/convert"
"github.com/docker/api/aci/login"
"github.com/docker/api/backend"
@ -39,7 +41,6 @@ import (
"github.com/docker/api/context/cloud"
"github.com/docker/api/context/store"
"github.com/docker/api/errdefs"
ecstypes "github.com/docker/ecs-plugin/pkg/compose"
)
const (

View File

@ -23,10 +23,11 @@ import (
"github.com/Azure/azure-sdk-for-go/profiles/latest/containerinstance/mgmt/containerinstance"
"github.com/Azure/go-autorest/autorest/to"
"github.com/compose-spec/compose-go/types"
"github.com/docker/api/containers"
"github.com/docker/api/context/store"
"gotest.tools/v3/assert"
is "gotest.tools/v3/assert/cmp"
"github.com/docker/api/containers"
"github.com/docker/api/context/store"
)
var convertCtx = store.AciContext{

View File

@ -28,10 +28,11 @@ import (
"github.com/docker/api/context/cloud"
"github.com/docker/api/errdefs"
ecstypes "github.com/docker/ecs-plugin/pkg/compose"
"github.com/docker/api/backend"
"github.com/docker/api/compose"
"github.com/docker/api/containers"
ecstypes "github.com/docker/ecs-plugin/pkg/compose"
)
type apiService struct {