File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/spf13/cobra v1.10.1
1212 github.com/stretchr/testify v1.11.1
1313 github.com/vbauerster/mpb/v8 v8.11.2
14- go.yaml.in/yaml/v4 v4 .0.0-rc.3
14+ go.yaml.in/yaml/v3 v3 .0.4
1515 golang.org/x/mod v0.30.0
1616 golang.org/x/sync v0.18.0
1717 golang.org/x/sys v0.38.0
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
3636github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
3737github.com/vbauerster/mpb/v8 v8.11.2 h1:OqLoHznUVU7SKS/WV+1dB5/hm20YLheYupiHhL5+M1Y =
3838github.com/vbauerster/mpb/v8 v8.11.2 /go.mod h1:mEB/M353al1a7wMUNtiymmPsEkGlJgeJmtlbY5adCJ8 =
39- go.yaml.in/yaml/v4 v4 .0.0-rc.3 h1:3h1fjsh1CTAPjW7q/EMe+C8shx5d8ctzZTrLcs/j8Go =
40- go.yaml.in/yaml/v4 v4 .0.0-rc.3 /go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0 =
39+ go.yaml.in/yaml/v3 v3 .0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc =
40+ go.yaml.in/yaml/v3 v3 .0.4 /go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg =
4141golang.org/x/mod v0.30.0 h1:fDEXFVZ/fmCKProc/yAXXUijritrDzahmwwefnjoPFk =
4242golang.org/x/mod v0.30.0 /go.mod h1:lAsf5O2EvJeSFMiBxXDki7sCgAxEUcZHXoXMKT4GJKc =
4343golang.org/x/sync v0.18.0 h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I =
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525
2626 modelspecv1 "github.com/modelpack/model-spec/specs-go/v1"
2727 "github.com/opencontainers/go-digest"
28- "go.yaml.in/yaml/v4 "
28+ "go.yaml.in/yaml/v3 "
2929)
3030
3131type (
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525 "testing"
2626
2727 "github.com/stretchr/testify/assert"
28- "go.yaml.in/yaml/v4 "
28+ "go.yaml.in/yaml/v3 "
2929)
3030
3131type parameterTestCase struct {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import (
3333 "github.com/kitops-ml/kitops/pkg/output"
3434
3535 "github.com/spf13/cobra"
36- "go.yaml.in/yaml/v4 "
36+ "go.yaml.in/yaml/v3 "
3737 "oras.land/oras-go/v2/errdef"
3838 "oras.land/oras-go/v2/registry"
3939
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import (
3030 "github.com/kitops-ml/kitops/pkg/lib/constants"
3131
3232 "github.com/stretchr/testify/assert"
33- "go.yaml.in/yaml/v4 "
33+ "go.yaml.in/yaml/v3 "
3434)
3535
3636const modelKitTag = "test:test"
You can’t perform that action at this time.
0 commit comments