diff --git a/handlers/routes.go b/handlers/routes.go index 69c40dac..6f708498 100644 --- a/handlers/routes.go +++ b/handlers/routes.go @@ -1,6 +1,8 @@ package handlers import ( + "net/http" + "net/http/pprof" "github.com/gorilla/mux" "github.com/prometheus/client_golang/prometheus/promhttp"