mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
adopt compose-go/v2
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
85a1aec123
commit
cda04f288e
62 changed files with 187 additions and 144 deletions
|
|
@ -17,7 +17,7 @@ package sync
|
|||
import (
|
||||
"context"
|
||||
|
||||
"github.com/compose-spec/compose-go/types"
|
||||
"github.com/compose-spec/compose-go/v2/types"
|
||||
)
|
||||
|
||||
// PathMapping contains the Compose service and modified host system path.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue