overlay torcx: update gopkg.in/yaml.v3 3.0.0

Update gopkg.in/yaml.v3 to 3.0.0, mainly to address CVE-2022-28948,
https://github.com/flatcar/torcx/security/dependabot/6.

Pulls in https://github.com/flatcar/torcx/pull/17.
This commit is contained in:
Dongsu Park 2023-09-05 14:11:15 +02:00
parent 43a4ca7e01
commit 54ce3b4ed2
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ COREOS_GO_GO111MODULE="off"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="3e7173395658a7e43ec0cb0dd2077795931d857f" # flatcar-master
CROS_WORKON_COMMIT="212a152e3eaf50232762011a5d9d29a4f0f8dfb9" # flatcar-master
KEYWORDS="amd64 arm64"
fi