gopenpgp icon indicating copy to clipboard operation
gopenpgp copied to clipboard

Remove usage of archived pkg/errors.

Open mpass99 opened this issue 2 years ago • 0 comments
trafficstars

The repository github.com/pkg/errors is no longer maintained. Instead, the package is now part of the Go standard library (pkg.go.dev/errors) and further developed.

In this commit we refactor the usages of the errors package to reference the current version.

mpass99 avatar May 05 '23 18:05 mpass99