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 Go standard library errors package #45

Merged
merged 1 commit into from
Aug 18, 2024

Conversation

SuperQ
Copy link
Contributor

@SuperQ SuperQ commented Aug 18, 2024

Replace the deprecated and archived github.com/pkg/errors package with the Go standard library errors package and %w wrapping so it can be used with errors.Is().

  • Bump minimum Go version to 1.19 to automatically include transitive dependencies in the Go modules files.

Replace the deprecated and archived `github.com/pkg/errors` package with
the Go standard library `errors` package and `%w` wrapping so it can be
used with `errors.Is()`.
* Bump minimum Go version to 1.19 to automatically include transitive
  dependencies in the Go modules files.

Signed-off-by: SuperQ <superq@gmail.com>
@lestrrat lestrrat merged commit 515964d into lestrrat-go:master Aug 18, 2024
6 checks passed
@SuperQ SuperQ deleted the stdlib_errors branch August 19, 2024 03:48
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.

2 participants