Skip to content

Migrate to YAML encoder gopkg.in/yaml.v3 #69

@arcticicestudio

Description

@arcticicestudio

Epic: #33

Currently the github.com/ghodss/yaml package is used as encoder for YAML files. It was evaluated and chosen over the gopkg.in/yaml.v2 package because it fixed some problems and misleading YAML specification implementations while also simplifying the usage of both JSON and YAML at the same time.
Unfortunately the package is not actively maintained anymore and also has some problems and usage edge cases while the gopkg.in/yaml package is actively maintained and improved the YAML specification compatibility a lot.
Therefore snowsaw will migrate to the latest major version gopkg.in/yaml.v3 replacing the currently used package.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions