summaryrefslogtreecommitdiffhomepage
path: root/caddyhttp/pprof/pprof.go
diff options
context:
space:
mode:
Diffstat (limited to 'caddyhttp/pprof/pprof.go')
-rw-r--r--caddyhttp/pprof/pprof.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/caddyhttp/pprof/pprof.go b/caddyhttp/pprof/pprof.go
index 36938bae4..fe676ca51 100644
--- a/caddyhttp/pprof/pprof.go
+++ b/caddyhttp/pprof/pprof.go
@@ -18,7 +18,7 @@ import (
"net/http"
pp "net/http/pprof"
- "github.com/mholt/caddy/caddyhttp/httpserver"
+ "github.com/caddyserver/caddy/caddyhttp/httpserver"
)
// BasePath is the base path to match for all pprof requests.