Drop gorilla/mux in favour of http.ServeMux
What does this MR do?
Removes gorilla/mux
in favour of using Go's own http.ServeMux
.
Why was this MR needed?
Dependency was very out of date and with some small changes, not needed.
What's the best way to test this MR?
Configure the web terminal session server https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-session_server-section and test.
What are the relevant issue numbers?
Closes #28649 (closed)
Edited by Arran Walker