File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ 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"
37
+ yaml "sigs.k8s.io /yaml/goyaml .v2"
38
38
39
39
"sigs.k8s.io/release-sdk/git"
40
40
"sigs.k8s.io/release-sdk/github"
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ require (
38
38
golang.org/x/oauth2 v0.29.0
39
39
golang.org/x/text v0.24.0
40
40
google.golang.org/api v0.221.0
41
- gopkg.in/yaml.v2 v2.4.0
42
41
k8s.io/apimachinery v0.32.3
43
42
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
44
43
sigs.k8s.io/bom v0.6.0
@@ -311,6 +310,7 @@ require (
311
310
gopkg.in/inf.v0 v0.9.1 // indirect
312
311
gopkg.in/ini.v1 v1.67.0 // indirect
313
312
gopkg.in/warnings.v0 v0.1.2 // indirect
313
+ gopkg.in/yaml.v2 v2.4.0 // indirect
314
314
gopkg.in/yaml.v3 v3.0.1 // indirect
315
315
k8s.io/api v0.28.4 // indirect
316
316
k8s.io/client-go v0.28.4 // indirect
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
27
27
28
28
"cloud.google.com/go/storage"
29
29
"github.com/sirupsen/logrus"
30
- "gopkg.in /yaml.v2 "
30
+ yaml "sigs.k8s.io /yaml/goyaml.v3 "
31
31
32
32
"sigs.k8s.io/release-sdk/object"
33
33
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
+ yaml "sigs.k8s.io/yaml/goyaml.v3"
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
+ yaml "sigs.k8s.io /yaml/goyaml.v3 "
28
28
29
29
"sigs.k8s.io/release-sdk/object"
30
30
)
You can’t perform that action at this time.
0 commit comments