goimports -local github.com/docker/compose-cli -w . ; gofmt -s -w .

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
Guillaume Tardif 2021-01-15 16:24:00 +01:00
parent 801e747adb
commit 930ae8bdb2
29 changed files with 48 additions and 34 deletions

View file

@ -21,9 +21,10 @@ import (
"gotest.tools/v3/assert"
"github.com/google/go-cmp/cmp/cmpopts"
contextsv1 "github.com/docker/compose-cli/cli/server/protos/contexts/v1"
"github.com/docker/compose-cli/context/store"
"github.com/google/go-cmp/cmp/cmpopts"
)
func TestConvertContext(t *testing.T) {