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

mod: use upstream go-yaml #26

Merged
merged 4 commits into from
Feb 23, 2024
Merged

mod: use upstream go-yaml #26

merged 4 commits into from
Feb 23, 2024

Commits on Jan 24, 2024

  1. mod: use gopkg.in/yaml.v3

    In place of 'coreos/yaml'
    
    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    dd18fc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. config: use upstream go-yaml

    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    1bbfd30 View commit details
    Browse the repository at this point in the history
  2. config/test: remove deprecated tests

    some of these tests were relying on the fact that the unmarshal of the
    configuration does not panic but it's against yaml lib definition: if
    the lib can not unmarshal, it will just panic.
    
    we also drop tests regarding hyphen -> underscore conversion: this support is removed.
    
    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    4370372 View commit details
    Browse the repository at this point in the history
  3. go: bump go version

    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    a5dc429 View commit details
    Browse the repository at this point in the history