### Description `gopkg.in/yaml.v3` is now unmaintained: https://github.com/go-yaml/yaml?tab=readme-ov-file#this-project-is-unmaintained We should consider migrating to https://github.com/goccy/go-yaml I _think_ we considered this migration in the past, but I don't remember why we didn't switch over. I may be tricky because our use is quite advanced. Good thing `gopkg.in/yaml.v3` is very stable, so we don't need to hurry into this. --- Edit by @pd93: Consider using [`https://github.com/yaml/go-yaml`](https://github.com/yaml/go-yaml) instead as its being supported by the YAML org.