-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Labels
I3Minimal impactMinimal impactS2Regular significanceRegular significanceU4Nothing urgentNothing urgentdependenciesDealing with project dependenciesDealing with project dependenciesenhancementImproving existing functionalityImproving existing functionality
Description
Is your feature request related to a problem? Please describe.
I'm always frustrated when we're using unsupported dependencies. gopkg.in/yaml.v3
is exactly that, see https://github.com/go-yaml/yaml which is archived now. Consider 7106c85 as well, this change (while proper for yaml.v3) requires all package users to have a dependency on gopkg.in/yaml.v3
as well (compare that to UmarshalJSON()
using standard types).
Describe the solution you'd like
Replace it with something maintained and something that has a better API.
Describe alternatives you've considered
Things work as is, but it can be a problem long-term.
Additional context
Metadata
Metadata
Assignees
Labels
I3Minimal impactMinimal impactS2Regular significanceRegular significanceU4Nothing urgentNothing urgentdependenciesDealing with project dependenciesDealing with project dependenciesenhancementImproving existing functionalityImproving existing functionality