@@ -8,7 +8,7 @@ require (
88 github.com/Microsoft/go-winio v0.6.2
99 github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
1010 github.com/buger/goterm v1.0.4
11- github.com/compose-spec/compose-go/v2 v2.9.2-0.20251125103817-dbfe61974b3f
11+ github.com/compose-spec/compose-go/v2 v2.10.0
1212 github.com/containerd/console v1.0.5
1313 github.com/containerd/containerd/v2 v2.2.1-0.20251115011841-efd86f2b0bc2
1414 github.com/containerd/errdefs v1.0.0
@@ -53,10 +53,10 @@ require (
5353 go.opentelemetry.io/otel/trace v1.38.0
5454 go.uber.org/goleak v1.3.0
5555 go.uber.org/mock v0.6.0
56+ go.yaml.in/yaml/v4 v4.0.0-rc.3
5657 golang.org/x/sync v0.18.0
5758 golang.org/x/sys v0.38.0
5859 google.golang.org/grpc v1.77.0
59- gopkg.in/yaml.v3 v3.0.1
6060 gotest.tools/v3 v3.5.2
6161 tags.cncf.io/container-device-interface v1.0.1
6262)
@@ -143,7 +143,6 @@ require (
143143 go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect
144144 go.opentelemetry.io/proto/otlp v1.7.1 // indirect
145145 go.yaml.in/yaml/v2 v2.4.2 // indirect
146- go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect
147146 golang.org/x/crypto v0.45.0 // indirect
148147 golang.org/x/net v0.47.0 // indirect
149148 golang.org/x/term v0.37.0 // indirect
@@ -153,6 +152,7 @@ require (
153152 google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
154153 google.golang.org/protobuf v1.36.10 // indirect
155154 gopkg.in/ini.v1 v1.67.0 // indirect
155+ gopkg.in/yaml.v3 v3.0.1 // indirect
156156)
157157
158158exclude (
0 commit comments