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 use of github.com/pkg/errors #4

Merged
merged 4 commits into from
Jan 31, 2024
Merged

Remove use of github.com/pkg/errors #4

merged 4 commits into from
Jan 31, 2024

Conversation

witomlin
Copy link
Contributor

https://github.com/pkg/errors is deprecated and the Go standard library errors package is catching up feature-wise. This PR replaces use of github.com/pkg/errors with the Go standard library errors package.

@witomlin witomlin requested a review from nikos912000 January 31, 2024 11:48
@@ -50,6 +49,7 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pkg/errors v0.9.1 // indirect
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know which package this is coming from? We can raise an issue to let the owners know.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will find out separately 👍🏻

nikos912000
nikos912000 previously approved these changes Jan 31, 2024
@witomlin witomlin merged commit 9bb7fd2 into main Jan 31, 2024
5 checks passed
@witomlin witomlin deleted the remove-pkg-errors branch January 31, 2024 13:25
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