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

Update/Replace go packages #333

Merged
merged 4 commits into from
Feb 24, 2021
Merged

Update/Replace go packages #333

merged 4 commits into from
Feb 24, 2021

Commits on Feb 19, 2021

  1. backend: Update semver package

    Semver/v4 is compatible with go modules and thus this patch replaces
    semver with semver/v4.
    ashu8912 committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    84ed4c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. backend: Replace logxi package with zerolog

    Logxi is not into active development and thus we need to replace it with
    a better logging library which is also into active development.
    zerolog is fast and simple to use and meets the above criteria as well.
    ashu8912 committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    e1f15f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f5f9d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    a4621e1 View commit details
    Browse the repository at this point in the history