move compose-cli code into docker/compose/v2

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2021-08-31 18:53:24 +02:00
parent c944c970ab
commit 1ae9b3cb5d
No known key found for this signature in database
GPG key ID: 9858809D6F8F6E7E
401 changed files with 199 additions and 41265 deletions

View file

@ -25,7 +25,7 @@ import (
"sync"
"time"
"github.com/docker/compose-cli/pkg/utils"
"github.com/docker/compose/v2/pkg/utils"
"github.com/buger/goterm"
"github.com/morikuni/aec"