Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade ghodss/yaml to use go-yaml v3 #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 22, 2020

  1. This upgrade ghodss/yaml to use go-yaml v3

    This is a breaking change because:
    
    - Strict mode is now the default for yaml.v3
    - String-valued boolean support has been dropped for YAML 1.2 spec
    compliance
    - Default indentation changes (we could set to previous value but since
    already breaking might make more sense to use base library default)
    
    As such I have appended the /v2 suffix to the github.com/ghodss/yaml
    package name.
    
    Signed-off-by: Silas Davis <[email protected]>
    Silas Davis committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    f34003f View commit details
    Browse the repository at this point in the history