open-policy-agent / opa

Open Policy Agent (OPA) is an open source, general-purpose policy engine.
https://www.openpolicyagent.org
Apache License 2.0
9.55k stars 1.32k forks source link

Unify yaml dependency to sigs.k8s.io/yaml #6598

Open johnchen-k opened 7 months ago

johnchen-k commented 7 months ago

History There are two types of yaml libs used in the opa before v0.56.0: ghodss/yaml, gopkg.in/yaml. This pr 6195 in v0.56.0 replaces gopkg.in/yaml with sigs.k8s.io/yaml, but gopkg.in/yaml is not replaced.

Request Replace gopkg.in/yaml with sigs.k8s.io/yaml.

stale[bot] commented 5 months ago

This issue has been automatically marked as inactive because it has not had any activity in the last 30 days. Although currently inactive, the issue could still be considered and actively worked on in the future. More details about the use-case this issue attempts to address, the value provided by completing it or possible solutions to resolve it would help to prioritize the issue.