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

Dependency github.com/pkg/errors was archived #205

Open
katexochen opened this issue May 7, 2024 · 0 comments · May be fixed by #206
Open

Dependency github.com/pkg/errors was archived #205

katexochen opened this issue May 7, 2024 · 0 comments · May be fixed by #206

Comments

@katexochen
Copy link

katexochen commented May 7, 2024

https://github.com/pkg/errors was archived.

Might be best to migrate to stdlib errors package, I think the only unsupported function

errors.Wrapf(err, "...")

can be replaced with something like

fmt.Errof("%w: ...", err)

@evanphx I can provide a PR if desired.

@koba1t koba1t linked a pull request Jun 9, 2024 that will close this issue
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