Skip to content

Conversation

@wader
Copy link
Owner

@wader wader commented Feb 27, 2025

Related to #1087

@wader wader force-pushed the yaml-multi-document branch from 40afc7b to d374ff7 Compare February 28, 2025 09:50
@wader wader changed the title yaml: Support multi document decode yaml: Support multi document decode/encode Feb 28, 2025
@visualphoenix
Copy link

you might consider https://github.com/kubernetes/apimachinery/tree/master/pkg/util/yaml or https://github.com/kubernetes-sigs/yaml instead of gopkg.in/yaml.v3 which (links to https://github.com/go-yaml/yaml/tree/v3.0.1 ) hasnt been updated in 3 years

@wader
Copy link
Owner Author

wader commented Mar 12, 2025

you might consider https://github.com/kubernetes/apimachinery/tree/master/pkg/util/yaml

Seem to be decode only?

or https://github.com/kubernetes-sigs/yaml

This one might be interesting. Looks like a wrapper and fork of go-yaml?

instead of gopkg.in/yaml.v3 which (links to https://github.com/go-yaml/yaml/tree/v3.0.1 ) hasnt been updated in 3 years

Is there some particular bug or issue with the current yaml dependency? but yes if there is a more active yaml implementation it would be nice to switch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants