-
-
Notifications
You must be signed in to change notification settings - Fork 274
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
Update the yaml dependency to v3? #206
Comments
mudler
added a commit
to mudler/luet
that referenced
this issue
Mar 21, 2022
The recent switch to mergo throws in a yaml version which is affected by go-yaml/yaml#139, and caused rancher/elemental-toolkit#1189. Updating to yaml.v3 where it was affected. Note mergo still uses v2, so this can be problematic on other areas darccio/mergo#206.
darccio
added a commit
that referenced
this issue
May 25, 2022
As requested in "Update the yaml dependency to v3? #206".
Merged
@fubarhouse @mudler I've merged #212 to upgrade to v3. |
Thanks for the heads up! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why hello!
Been using mergo for some time and was recently hit by something (link below). Seems the solution is to not use yaml v2 however I've noticed that mergo does use v2 of the yaml package. Is there any chance you'd consider updating it?
go-yaml/yaml#139
The text was updated successfully, but these errors were encountered: