File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
11
11
github.com/spf13/cobra v1.7.0
12
12
k8s.io/apimachinery v0.27.4
13
13
sigs.k8s.io/prow v0.0.0-20240418142548-4c9d8ca1213d
14
- sigs.k8s.io/yaml v1.3 .0
14
+ sigs.k8s.io/yaml v1.5 .0
15
15
)
16
16
17
17
// Pin all k8s.io staging repositories to kubernetes v1.27.4
@@ -68,6 +68,7 @@ require (
68
68
github.com/skeema/knownhosts v1.1.0 // indirect
69
69
github.com/spf13/pflag v1.0.5 // indirect
70
70
github.com/xanzy/ssh-agent v0.3.3 // indirect
71
+ go.yaml.in/yaml/v2 v2.4.2 // indirect
71
72
golang.org/x/crypto v0.9.0 // indirect
72
73
golang.org/x/mod v0.10.0 // indirect
73
74
golang.org/x/net v0.10.0 // indirect
Original file line number Diff line number Diff line change @@ -932,6 +932,8 @@ go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
932
932
go.opencensus.io v0.24.0 /go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo =
933
933
go.opentelemetry.io/proto/otlp v0.7.0 /go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI =
934
934
go.opentelemetry.io/proto/otlp v0.15.0 /go.mod h1:H7XAot3MsfNsj7EXtrA2q5xSNQ10UqI405h3+duxN4U =
935
+ go.yaml.in/yaml/v2 v2.4.2 h1:DzmwEr2rDGHl7lsFgAHxmNz/1NlQ7xLIrlN2h5d1eGI =
936
+ go.yaml.in/yaml/v2 v2.4.2 /go.mod h1:081UH+NErpNdqlCXm3TtEran0rJZGxAYx9hb/ELlsPU =
935
937
golang.org/x/arch v0.1.0 /go.mod h1:5om86z9Hs0C8fWVUuoMHwpExlXzs5Tkyp9hOrfG7pp8 =
936
938
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 /go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4 =
937
939
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
@@ -1631,3 +1633,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kF
1631
1633
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 /go.mod h1:qjx8mGObPmV2aSZepjQjbmb2ihdVs8cGKBraizNC69E =
1632
1634
sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo =
1633
1635
sigs.k8s.io/yaml v1.3.0 /go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8 =
1636
+ sigs.k8s.io/yaml v1.5.0 h1:M10b2U7aEUY6hRtU870n2VTPgR5RZiL/I6Lcc2F4NUQ =
1637
+ sigs.k8s.io/yaml v1.5.0 /go.mod h1:wZs27Rbxoai4C0f8/9urLZtZtF3avA3gKvGyPdDqTO4 =
You can’t perform that action at this time.
0 commit comments