File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
scripts/generate-catalog-info Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,14 @@ go 1.24.2
5
5
require (
6
6
github.com/hairyhenderson/go-codeowners v0.7.0
7
7
k8s.io/apimachinery v0.33.2
8
- sigs.k8s.io/yaml v1.4 .0
8
+ sigs.k8s.io/yaml v1.5 .0
9
9
)
10
10
11
11
require (
12
12
github.com/go-logr/logr v1.4.2 // indirect
13
13
github.com/kr/text v0.2.0 // indirect
14
14
github.com/rogpeppe/go-internal v1.14.1 // indirect
15
+ go.yaml.in/yaml/v2 v2.4.2 // indirect
15
16
k8s.io/klog/v2 v2.130.1 // indirect
16
17
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
17
18
)
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0t
18
18
github.com/rogpeppe/go-internal v1.14.1 /go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc =
19
19
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
20
20
github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
21
+ go.yaml.in/yaml/v2 v2.4.2 h1:DzmwEr2rDGHl7lsFgAHxmNz/1NlQ7xLIrlN2h5d1eGI =
22
+ go.yaml.in/yaml/v2 v2.4.2 /go.mod h1:081UH+NErpNdqlCXm3TtEran0rJZGxAYx9hb/ELlsPU =
21
23
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
22
24
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk =
23
25
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c /go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q =
@@ -33,3 +35,5 @@ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 h1:M3sRQVHv7vB20Xc2ybTt7ODCeFj6J
33
35
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
34
36
sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E =
35
37
sigs.k8s.io/yaml v1.4.0 /go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY =
38
+ sigs.k8s.io/yaml v1.5.0 h1:M10b2U7aEUY6hRtU870n2VTPgR5RZiL/I6Lcc2F4NUQ =
39
+ sigs.k8s.io/yaml v1.5.0 /go.mod h1:wZs27Rbxoai4C0f8/9urLZtZtF3avA3gKvGyPdDqTO4 =
You can’t perform that action at this time.
0 commit comments