mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
Move protos => cli/server/
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
parent
6a8b344885
commit
deb7bc34e0
28 changed files with 32 additions and 32 deletions
|
|
@ -21,13 +21,13 @@ import (
|
|||
"sync"
|
||||
|
||||
"github.com/docker/compose-cli/api/client"
|
||||
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"
|
||||
composev1 "github.com/docker/compose-cli/protos/compose/v1"
|
||||
containersv1 "github.com/docker/compose-cli/protos/containers/v1"
|
||||
contextsv1 "github.com/docker/compose-cli/protos/contexts/v1"
|
||||
streamsv1 "github.com/docker/compose-cli/protos/streams/v1"
|
||||
volumesv1 "github.com/docker/compose-cli/protos/volumes/v1"
|
||||
)
|
||||
|
||||
type clientKey struct{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue