Skip to content

Drop gorilla/mux in favour of http.ServeMux

Arran Walker requested to merge 28649-drop-gorilla-mux into main

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

Merge request reports