added necessary imports

pull/904/head
zeushammer 2021-01-20 19:12:32 -08:00
parent 6a1a4a5770
commit d8c12c77e8
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
package handlers package handlers
import ( import (
"net/http"
"net/http/pprof"
"github.com/gorilla/mux" "github.com/gorilla/mux"
"github.com/prometheus/client_golang/prometheus/promhttp" "github.com/prometheus/client_golang/prometheus/promhttp"