pkg/errors
is no longer maintained
#7402
Labels
go
Pull requests that update Go dependencies
good first issue
Good for newcomers
type/dependencies
PRs and issues specific to updating dependencies
type/tech-debt
Summary
pkg/errors is no longer maintained. See pkg/errors#245
Use Cases
We can replaces all calls to errors.Wrap/f with fmt.Errorf and removes the unneeded dependency on
github.com/pkg/errors since we don't support go 1.12 or lower. See microsoft/go-winio#227 for an example.
Message from the maintainers:
Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.
The text was updated successfully, but these errors were encountered: