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

vendor: Replace Sirupsen/logrus with sirupsen/logrus #144

Merged
merged 1 commit into from
Nov 3, 2017

Commits on Nov 3, 2017

  1. vendor: Replace Sirupsen/logrus with sirupsen/logrus

    With:
    
      $ git mv vendor/github.com/{S,s}irupsen
      $ sed -i 's/Sirupsen/sirupsen/g' $(git grep -l Sirupsen)
    
    catching up with the upstream lowercasing [1,2,3,4].  Because of the
    compatibility issues discussed in [3], some consumers may prefer to
    use the old uppercase version until they have time to update their
    other Logrus consumers to the new lowercase form.
    
    [1]: https://github.com/sirupsen/logrus/blame/v1.0.3/README.md#L6
    [2]: sirupsen/logrus#384
    [3]: sirupsen/logrus#570 (comment)
    [4]: sirupsen/logrus#553
    wking committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    72ac04e View commit details
    Browse the repository at this point in the history