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

go.mod: gopkg.in/yaml.v2 v2.4.0, sirupsen/logrus v1.8.1 #3398

Merged
merged 2 commits into from
Apr 26, 2021

Commits on Apr 22, 2021

  1. go.mod: gopkg.in/yaml.v2 v2.4.0

    This updates the package to a version to include the security fixes in v2.2.3.
    
    Version 2.3.0 was known introduce a breaking change for some users, so using
    the latest (v2.4.0)
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    06c8d44 View commit details
    Browse the repository at this point in the history
  2. go.mod: update logrus to v1.8.1

    Newer versions contain fixes for recent Go versions, and this removes
    the dependency on github.com/konsorten/go-windows-terminal-sequences
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    226ad1e View commit details
    Browse the repository at this point in the history