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

replace hashicorp/errwrap with go1.13 native error wrapping #60

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 1, 2022

  1. replace hashicorp/errwrap with go1.13 native error wrapping

    The `errwrap.Wrapf()` function was deprecated in favor of native go 1.13 error
    wrapping in github.com/hashicorp/errwrap v1.1.0.
    
    This updates the `Prefix()` function to use native error wrapping, which removes
    the dependency on github.com/hashicorp/errwrap.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    a90ef66 View commit details
    Browse the repository at this point in the history