runtime: unify gopkg.in/yaml.v3 to v3.0.1

The older versions have Denial of Service issues.

Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
Peng Tao
2023-10-10 03:46:21 +00:00
parent fc9a107e8e
commit d7660d82a0
3 changed files with 3 additions and 6 deletions

View File

@@ -123,4 +123,5 @@ replace (
golang.org/x/text => golang.org/x/text v0.7.0
google.golang.org/genproto => google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
google.golang.org/grpc => google.golang.org/grpc v1.47.0
gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.1
)