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

Remove dependency on golang.org/x/xerrors #407

Merged
merged 1 commit into from
Jan 19, 2021

Conversation

tklauser
Copy link
Contributor

The errors.Is func and support for error wrapping using the %w verb are
available since Go 1.13, see https://blog.golang.org/go1.13-errors

The go.mod file already specifies Go 1.14 as the minimum supported
version, so it's safe to drop the transitional golang.org/x/xerrors
dependency.

The errors.Is func and support for error wrapping using the %w verb are
available since Go 1.13, see https://blog.golang.org/go1.13-errors

The go.mod file already specifies Go 1.14 as the minimum supported
version, so it's safe to drop the transitional golang.org/x/xerrors
dependency.
@onsi
Copy link
Owner

onsi commented Jan 19, 2021

thanks @tklauser !

@onsi onsi merged commit 5a2b45f into onsi:master Jan 19, 2021
@tklauser tklauser deleted the go-stdlib-errors branch January 19, 2021 19:46
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.

None yet

2 participants