From e4aafcf81e8b51f6670ce12534e188716331d5e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Thu, 22 Sep 2022 23:47:16 +0900 Subject: [PATCH] Migrate to yaml.v3 --- core/cautils/fileutils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cautils/fileutils.go b/core/cautils/fileutils.go index 374add79..9f43e343 100644 --- a/core/cautils/fileutils.go +++ b/core/cautils/fileutils.go @@ -15,7 +15,7 @@ import ( "github.com/kubescape/opa-utils/objectsenvelopes" "github.com/kubescape/opa-utils/objectsenvelopes/localworkload" - "gopkg.in/yaml.v2" + "gopkg.in/yaml.v3" ) var (