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

Use standard library errors instead of deprecated github.com/pkg/errors #262

Open
jetexe opened this issue Aug 5, 2024 · 0 comments · May be fixed by #263
Open

Use standard library errors instead of deprecated github.com/pkg/errors #262

jetexe opened this issue Aug 5, 2024 · 0 comments · May be fixed by #263

Comments

@jetexe
Copy link

jetexe commented Aug 5, 2024

Package github.com/pkg/errors was deprecated and archived three years ago. All functionality of that package was introduced in the standard library in Go 1.13.

I propose that we drop this unnecessary package and replace it with the standard implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant