open-component-model / ocm-project

OCM Project Backlog
Apache License 2.0
0 stars 0 forks source link

Check how to fix issue with multi-line strings and goccy/go-yaml library #182

Closed morri-son closed 1 month ago

morri-son commented 1 month ago

What would you like to be added: Since the goccy/go-yaml lib has issues when replacing values with multi-line strings (https://github.com/goccy/go-yaml/issues/447), we need to check how to solve this. #179 brought up this problem and comments contain an analysis and proposals, but we should have an own issue to track all actions with regards to the problem.

Why is this needed: Solve reported issue #179 and avoid future issues with the same root cause.