Skip to content

Unsupported YAML package #4015

@roman-khimov

Description

@roman-khimov

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

#4010 (comment)
7106c85

Metadata

Metadata

Assignees

No one assigned

    Labels

    I3Minimal impactS2Regular significanceU4Nothing urgentdependenciesDealing with project dependenciesenhancementImproving existing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions