summaryrefslogtreecommitdiff
path: root/cmd/rr/debug
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-11 11:28:24 +0300
committerWolfy-J <[email protected]>2018-06-11 11:28:24 +0300
commit2f135b359575cc1625d1461bb6d8e478da8ccf54 (patch)
tree8561f84318c3a291f4a38df6b347954bda777e41 /cmd/rr/debug
parent6efaa0aa951240c2bb643761f103ee3f0fafb4d9 (diff)
refactor
Diffstat (limited to 'cmd/rr/debug')
-rw-r--r--cmd/rr/debug/listener.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/debug/listener.go b/cmd/rr/debug/listener.go
index 5c9fb559..5239538b 100644
--- a/cmd/rr/debug/listener.go
+++ b/cmd/rr/debug/listener.go
@@ -2,7 +2,7 @@ package debug
import (
"github.com/sirupsen/logrus"
- "github.com/spiral/roadrunner/http"
+ "github.com/spiral/roadrunner/service/http"
"github.com/spiral/roadrunner/cmd/rr/utils"
"github.com/spiral/roadrunner"
)