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

refactor: replace deprecated errors module in src #12729

Merged

Commits on May 30, 2022

  1. refactor(src): Replaces errors.Wrap[f] with fmt.Errorf.

    Signed-off-by: Moritz Huebner <moritz.huebner@tngtech.com>
    MoritzThomasHuebner committed May 30, 2022
    Configuration menu
    Copy the full SHA
    456ad21 View commit details
    Browse the repository at this point in the history
  2. refactor(src): Replaces more pkg/errors usages with std lib.

    Also update go.mod file
    
    Signed-off-by: Moritz Huebner <moritz.huebner@tngtech.com>
    MoritzThomasHuebner committed May 30, 2022
    Configuration menu
    Copy the full SHA
    63a7be4 View commit details
    Browse the repository at this point in the history