Move Context & context/store => api/context & api/context/store

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
Guillaume Tardif 2021-01-15 16:31:59 +01:00
parent 930ae8bdb2
commit 0ea97920c1
47 changed files with 50 additions and 50 deletions

View file

@ -21,7 +21,7 @@ import (
"gotest.tools/v3/assert"
"github.com/docker/compose-cli/context/store"
"github.com/docker/compose-cli/api/context/store"
)
func TestDelegateContextTypeToMoby(t *testing.T) {