mirror of
https://github.com/coredns/coredns.git
synced 2025-12-04 17:35:13 -05:00
Update gopkg.in/yaml.v3 to v3.0.0 to fix security issues (#5408)
As the dependabot cannot update the go-yaml automatically, this PR updates gopkg.in/yaml.v3 to v3.0.0 to fix CVE-2022-28948 (See https://github.com/go-yaml/yaml/issues/666) Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
2
go.mod
2
go.mod
@@ -110,7 +110,7 @@ require (
|
||||
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
|
||||
gopkg.in/inf.v0 v0.9.1 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
||||
gopkg.in/yaml.v3 v3.0.0 // indirect
|
||||
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
|
||||
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
|
||||
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
|
||||
|
||||
Reference in New Issue
Block a user