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: update dependencies and replace github.com/pkg/errors #145

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

gammazero
Copy link
Contributor

  • Update dependencies
  • Replace github.com/pkg/errors dependency with native error wrapping. The package github.com/pkg/errors is now in maintenance mode due to the existence of golang native error wrapping.
    • convert errors.Wrapf(err, "… %s: %s", foo, bar) to fmt.Errorf("… %s: %s: %w", foo, bar err) and check that err != nil before

- Update dependencies
- Replace `github.com/pkg/errors` dependency with native error wrapping. The package `github.com/pkg/errors` is now in maintenance mode due to the existence of golang native error wrapping.
  - convert `errors.Wrapf(err, "… %s: %s", foo, bar)` to `fmt.Errorf("… %s: %s: %w", foo, bar err)` and check that `err != nil` before
@gammazero gammazero merged commit 0945ae9 into master Oct 21, 2024
9 checks passed
@gammazero gammazero deleted the chore/update-deps-and-errors branch October 21, 2024 18:29
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 this pull request may close these issues.

1 participant