Replace github.com/gorilla/websocket in Workhorse
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
The Gorilla Web Toolkit has been put in read-only mode. The code is still available and still works, but there are no maintainers anymore and it will not receive updates.
Workhorse uses Gorilla to handle websocket connections. It would be good if we could modify this code to no longer use Gorilla.
Workhorse also has indirect dependencies on Gorilla at the module level but those do not get compiled into any of our binaries so we do not have to worry about them.
- Pick a replacement library
- Convert top-level integration tests to use new library
- Convert
internal/upstream
to use new library - Convert
internal/channel
to use new library
Edited by 🤖 GitLab Bot 🤖