mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Move config => api/config
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
parent
f1ac6d4fdc
commit
2a8c24e4ff
14 changed files with 11 additions and 11 deletions
|
|
@ -19,9 +19,9 @@ package proxy
|
|||
import (
|
||||
"context"
|
||||
|
||||
"github.com/docker/compose-cli/api/config"
|
||||
"github.com/docker/compose-cli/api/context/store"
|
||||
contextsv1 "github.com/docker/compose-cli/cli/server/protos/contexts/v1"
|
||||
"github.com/docker/compose-cli/config"
|
||||
)
|
||||
|
||||
type contextsProxy struct {
|
||||
|
|
|
|||
|
|
@ -21,13 +21,13 @@ import (
|
|||
"sync"
|
||||
|
||||
"github.com/docker/compose-cli/api/client"
|
||||
"github.com/docker/compose-cli/api/config"
|
||||
composev1 "github.com/docker/compose-cli/cli/server/protos/compose/v1"
|
||||
containersv1 "github.com/docker/compose-cli/cli/server/protos/containers/v1"
|
||||
contextsv1 "github.com/docker/compose-cli/cli/server/protos/contexts/v1"
|
||||
streamsv1 "github.com/docker/compose-cli/cli/server/protos/streams/v1"
|
||||
volumesv1 "github.com/docker/compose-cli/cli/server/protos/volumes/v1"
|
||||
"github.com/docker/compose-cli/cli/server/proxy/streams"
|
||||
"github.com/docker/compose-cli/config"
|
||||
)
|
||||
|
||||
type clientKey struct{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue