-
Notifications
You must be signed in to change notification settings - Fork 302
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
Update dependencies to latest versions #332
Conversation
This brings in a bunch of improvements and better performance.
Some bug fixes and improvements.
Cool @ohaeusler. There is another option if you don’t want to carry fork through. If you update the above packages inside your own module instead, they will be added as indirect dependencies and overwrite what this project uses (for that specific module) :) |
@nhooyr Any chance that you'd be able to review this? |
Any updates on this? Mainly concerned about GHSA-h395-qcrw-5vmq. |
Until this repository is maintained, I will continue to update the dependencies in https://github.com/rymdport/websocket. However, I have enough on my plate already and can not guarantee any bug fixes or features being implemented. |
I cannot merge this in due to other pending changes. I'm going to be removing all of these dependencies from the test code and move the tests that use them into a separate module. See #297 |
Though thank you for your work @Jacalz and sorry I've been unresponsive. |
@nhooyr It's great to see you being active again. I'll go ahead and delete my fork once you have implemented those changes (and has the project entirely up and running again) :) |
This modernizes the imported packages a lot by updating to the latest releases. It should bring many improvements and a fix for #318. The protobuf package should probably be updated to "google.golang.org/protobuf/proto" but this is at least better than before.