changed compose types to version 2

Signed-off-by: jose luis <2064537+sosan@users.noreply.github.com>
This commit is contained in:
jose luis 2024-04-22 13:56:55 +02:00
parent a050907ef4
commit 2029409b73
No known key found for this signature in database
GPG Key ID: 6D23FAD11F88081A

View File

@ -22,7 +22,7 @@ import (
"regexp"
"strings"
"github.com/compose-spec/compose-go/types"
"github.com/compose-spec/compose-go/v2/types"
"github.com/kubernetes/kompose/pkg/kobject"
"github.com/pkg/errors"