chore: Replace ghodss/yaml with sigs.k8s.io/yaml (#6195)

This is a fork that is maintained by the kubernetes community.

https://github.com/kubernetes-sigs/yaml

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
Manuel Rüger
2023-08-30 15:08:36 +02:00
committed by GitHub
parent c28eaf7fb4
commit 9cab6c95cf
25 changed files with 261 additions and 45 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"io"
"reflect"
"github.com/ghodss/yaml"
"sigs.k8s.io/yaml"
"github.com/open-policy-agent/opa/loader/extension"
)