-
Notifications
You must be signed in to change notification settings - Fork 585
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 github.com/pkg/errors with stdlib errors #709
Comments
I'm interested in opening a PR (my first) to fix this issue, but I have been unable to push my branch to the repo. I'm guessing it's a question of access rights, which I'm not familiar with. If it wouldn't be out of place, please advise what I can do to contribute. |
Thank you for your interest in contributing! The easiest for you would be to fork the repository and do the changes in a branch there. Once you're done you can open a PR to the main branch of this repository. If you are not familiar with this process, please check out GitHub's documentation on creating a pull request from a fork. |
Calls to
|
Thanks for the analysis! I think it should be fine to replace And if the Cosmos SDK uses |
All sounds good to me! |
Summary
The package
github.com/pkg/errors
is hosted in an unmaintained and archived repository.This package has been taken over and included within the Go standard library.
Proposal
Usage of
github.com/pkg/errors
should be replaced by the Go standard library package:errors
.For Admin Use
The text was updated successfully, but these errors were encountered: