Skip to content

Replacement of yaml parser #3694

@theghost5800

Description

@theghost5800

Hello,

I have recently worked over issue related with our cf cli plugin and I have identified we use gopkg.in/yaml module to parse yaml descriptors. This module is quite outdated and public github repo - https://github.com/go-yaml/yaml is already archived.

The same archived project is still used by cf cli - https://github.com/cloudfoundry/cli/blob/main/go.mod#L47C2-L47C18 and should be migrated to maintained library.

Suggested replacement could be this project - https://github.com/yaml/go-yaml which is fork of the original project but It could be chosen another yaml parser library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions