File tree Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ import (
34
34
gogit "github.com/go-git/go-git/v5"
35
35
"github.com/sirupsen/logrus"
36
36
"github.com/spf13/cobra"
37
- "gopkg.in/yaml.v2"
38
37
39
38
"sigs.k8s.io/release-sdk/git"
40
39
"sigs.k8s.io/release-sdk/github"
41
40
"sigs.k8s.io/release-utils/command"
42
41
"sigs.k8s.io/release-utils/editor"
43
42
"sigs.k8s.io/release-utils/helpers"
43
+ "sigs.k8s.io/yaml"
44
44
45
45
"k8s.io/release/pkg/notes"
46
46
"k8s.io/release/pkg/notes/document"
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ require (
33
33
github.com/stretchr/testify v1.11.1
34
34
github.com/tj/go-spin v1.1.0
35
35
github.com/yuin/goldmark v1.7.13
36
+ go.yaml.in/yaml/v4 v4.0.0-rc.2
36
37
golang.org/x/net v0.43.0
37
38
golang.org/x/oauth2 v0.30.0
38
39
golang.org/x/text v0.28.0
39
40
google.golang.org/api v0.246.0
40
- gopkg.in/yaml.v2 v2.4.0
41
41
k8s.io/apimachinery v0.34.0
42
42
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
43
43
sigs.k8s.io/bom v0.6.1-0.20250809182942-3af5abaeaa9e
@@ -310,6 +310,7 @@ require (
310
310
gopkg.in/inf.v0 v0.9.1 // indirect
311
311
gopkg.in/ini.v1 v1.67.0 // indirect
312
312
gopkg.in/warnings.v0 v0.1.2 // indirect
313
+ gopkg.in/yaml.v2 v2.4.0 // indirect
313
314
gopkg.in/yaml.v3 v3.0.1 // indirect
314
315
k8s.io/api v0.34.0 // indirect
315
316
k8s.io/client-go v0.34.0 // indirect
Original file line number Diff line number Diff line change @@ -967,6 +967,8 @@ go.yaml.in/yaml/v2 v2.4.2 h1:DzmwEr2rDGHl7lsFgAHxmNz/1NlQ7xLIrlN2h5d1eGI=
967
967
go.yaml.in/yaml/v2 v2.4.2 /go.mod h1:081UH+NErpNdqlCXm3TtEran0rJZGxAYx9hb/ELlsPU =
968
968
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc =
969
969
go.yaml.in/yaml/v3 v3.0.4 /go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg =
970
+ go.yaml.in/yaml/v4 v4.0.0-rc.2 h1:/FrI8D64VSr4HtGIlUtlFMGsm7H7pWTbj6vOLVZcA6s =
971
+ go.yaml.in/yaml/v4 v4.0.0-rc.2 /go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0 =
970
972
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
971
973
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
972
974
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ import (
27
27
28
28
"cloud.google.com/go/storage"
29
29
"github.com/sirupsen/logrus"
30
- "gopkg.in/yaml.v2"
31
30
32
31
"sigs.k8s.io/release-sdk/object"
32
+ "sigs.k8s.io/yaml"
33
33
34
34
"k8s.io/release/pkg/notes"
35
35
)
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ import (
41
41
"github.com/sirupsen/logrus"
42
42
"golang.org/x/text/cases"
43
43
"golang.org/x/text/language"
44
- "gopkg.in/yaml.v2"
45
44
46
45
"sigs.k8s.io/release-sdk/github"
46
+ "sigs.k8s.io/yaml"
47
47
48
48
"k8s.io/release/pkg/notes/options"
49
49
)
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
"path/filepath"
25
25
26
26
"github.com/sirupsen/logrus"
27
- "gopkg. in/yaml.v2 "
27
+ "go.yaml. in/yaml/v4 "
28
28
29
29
"sigs.k8s.io/release-sdk/object"
30
30
)
You can’t perform that action at this time.
0 commit comments