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

chore: remove uses of obsolete golang.org/x/xerrors #1776

Merged
merged 1 commit into from Dec 8, 2022

Commits on Dec 7, 2022

  1. chore: remove uses of obsolete golang.org/x/xerrors

    go1.13 and up now provide this functionality, and the xerrors.Is()
    function was deprecated.
    
    Removing the dependency, as it was only used in a test.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Dec 7, 2022
    Copy the full SHA
    499ee25 View commit details
    Browse the repository at this point in the history