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

pkg/errors is no longer maintained #7402

Closed
blkperl opened this issue Dec 14, 2021 · 2 comments · Fixed by #7440
Closed

pkg/errors is no longer maintained #7402

blkperl opened this issue Dec 14, 2021 · 2 comments · Fixed by #7440
Labels

Comments

@blkperl
Copy link
Contributor

blkperl commented Dec 14, 2021

Summary

pkg/errors is no longer maintained. See pkg/errors#245

Use Cases

We can replaces all calls to errors.Wrap/f with fmt.Errorf and removes the unneeded dependency on
github.com/pkg/errors since we don't support go 1.12 or lower. See microsoft/go-winio#227 for an example.


Message from the maintainers:

Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.

@blkperl blkperl added the type/feature Feature request label Dec 14, 2021
@blkperl blkperl added the good first issue Good for newcomers label Feb 3, 2022
@blkperl
Copy link
Contributor Author

blkperl commented Feb 3, 2022

This is being worked on in #7440

@alexec alexec added type/tech-debt and removed type/feature Feature request labels Feb 7, 2022
@stale
Copy link

stale bot commented Mar 2, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the problem/stale This has not had a response in some time label Mar 2, 2022
@alexec alexec removed the problem/stale This has not had a response in some time label Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants