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

zapcore/encoder_test: Use yaml.v3 #1075

Merged
merged 1 commit into from
Mar 30, 2022
Merged

zapcore/encoder_test: Use yaml.v3 #1075

merged 1 commit into from
Mar 30, 2022

Commits on Mar 30, 2022

  1. zapcore/encoder_test: Use yaml.v3

    encoder_test decodes YAML to verify the behavior of EncoderConfig.
    This behavior is the same between yaml.v2 and yaml.v3.
    Since dependencies that use YAML have already moved on to yaml.v3,
    we should as well.
    
    Note that this drops yaml.v2 from our go.mod entirely.
    abhinav committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    fa53585 View commit details
    Browse the repository at this point in the history