Bump compose go to v2.10.0

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof
2025-12-01 17:04:28 +01:00
committed by Guillaume Lours
parent dc66e6bad1
commit 72f4d655ef
5 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ import (
"github.com/docker/docker/api/types/network"
"github.com/docker/docker/pkg/jsonmessage"
"github.com/docker/go-connections/nat"
"gopkg.in/yaml.v3"
"go.yaml.in/yaml/v4"
"github.com/docker/compose/v5/pkg/api"
"github.com/docker/compose/v5/pkg/utils"

View File

@@ -19,7 +19,7 @@ package transform
import (
"fmt"
"gopkg.in/yaml.v3"
"go.yaml.in/yaml/v4"
)
// ReplaceExtendsFile changes value for service.extends.file in input yaml stream, preserving formatting