We are using an old yaml parsing package, which, for example, doesn't support omitempty.
https://github.com/Checkmarx/2ms/blob/master/reporting/yaml.go#L7-L14
I want to replace it with one of the newer packages:
Please discuss here which package you suggest, and after my approval, replace the current go-yaml/yaml with the newly selected package.
We are using an old
yamlparsing package, which, for example, doesn't supportomitempty.https://github.com/Checkmarx/2ms/blob/master/reporting/yaml.go#L7-L14
I want to replace it with one of the newer packages:
Please discuss here which package you suggest, and after my approval, replace the current
go-yaml/yamlwith the newly selected package.