Consider using gopkg.in/yaml.v3 package for marshaling YAML #586
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/normal
Not that urgent, but is important
Milestone
We should consider using the
gopkg.in/yaml.v3
package for marshaling YAML. Currently, we're usinggopkg.in/yaml.v2
, butv3
is compatible with Go modules and brings some new features, such as marshaling YAML with comments.The text was updated successfully, but these errors were encountered: