next release will be major version v5.x

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2025-11-13 07:30:15 +01:00 committed by Guillaume Lours
parent f0dce1b977
commit 2b4543935c
147 changed files with 253 additions and 253 deletions

View file

@ -26,8 +26,8 @@ import (
dockercli "github.com/docker/cli/cli"
"github.com/docker/cli/cli/command"
commands "github.com/docker/compose/v2/cmd/compose"
"github.com/docker/compose/v2/internal/tracing"
commands "github.com/docker/compose/v5/cmd/compose"
"github.com/docker/compose/v5/internal/tracing"
"github.com/spf13/cobra"
flag "github.com/spf13/pflag"
"go.opentelemetry.io/otel"

View file

@ -20,7 +20,7 @@ import (
"reflect"
"testing"
commands "github.com/docker/compose/v2/cmd/compose"
commands "github.com/docker/compose/v5/cmd/compose"
"github.com/spf13/cobra"
flag "github.com/spf13/pflag"
)