-
-
Notifications
You must be signed in to change notification settings - Fork 668
Closed
Labels
Milestone
Description
Is your feature request related to a problem?
go-yaml/yaml.v3 (gopkg.in/yaml.v3) has been archived and is no longer maintained. It never got very good maintenance.
Reference:
- use
github.com/goccy/go-yaml
to parse yaml darccio/mergo#262 - Migrate to a maintained yaml package stretchr/testify#1724 (testify usage)
Possibilities:
- https://github.com/yaml/go-yaml (fork of our currently-used yaml package, to be maintained by the yaml org)
- https://github.com/goccy/go-yaml
- https://github.com/kubernetes-sigs/yaml
Currently testify (used only in tests) still uses go-yaml/yaml, apparently it's pluggable,