Skip to content
New issue

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

Upgrade from yaml.v2 to yaml.v3 #256

Open
cole-miller opened this issue Jun 29, 2023 · 0 comments
Open

Upgrade from yaml.v2 to yaml.v3 #256

cole-miller opened this issue Jun 29, 2023 · 0 comments
Labels
Feature New feature, not a bug

Comments

@cole-miller
Copy link
Contributor

In #230 we switched to using gopkg.in/yaml.v3 directly, where previously we'd been using a module (github.com/ghodss/yaml) that called into yaml.v2. Then in #232 I switched the dependency from yaml.v3 to yaml.v2 because of an apparent bug, #231. We should still upgrade the dependency back to yaml.v3 eventually, possibly after reporting/fixing any upstream issues that affect us.

@MathieuBordere MathieuBordere added the Feature New feature, not a bug label Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature, not a bug
Projects
None yet
Development

No branches or pull requests

2 participants