We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are using an old yaml parsing package, which, for example, doesn't support omitempty.
yaml
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.
go-yaml/yaml
The text was updated successfully, but these errors were encountered:
Also consider upgrading to v3 of the existing library. (It's newer by 2 years... although not active since)
Sorry, something went wrong.
use go-yaml/yaml v3
187adf7
For #203 (cherry picked from commit c62ba5e)
c62ba5e
For #203
No branches or pull requests
We are using an old
yaml
parsing 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/yaml
with the newly selected package.The text was updated successfully, but these errors were encountered: