summaryrefslogtreecommitdiff
path: root/cmd/rr/debug
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-11 11:20:03 +0300
committerWolfy-J <[email protected]>2018-06-11 11:20:03 +0300
commit6efaa0aa951240c2bb643761f103ee3f0fafb4d9 (patch)
tree962a39dede696c3e8d9f6cb6f6fdac88c6ef03d5 /cmd/rr/debug
parent7cc6d00a1c350eb3147ede00802d312d4be94dee (diff)
moving stuff around
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 fd3b95d3..5c9fb559 100644
--- a/cmd/rr/debug/listener.go
+++ b/cmd/rr/debug/listener.go
@@ -3,7 +3,7 @@ package debug
import (
"github.com/sirupsen/logrus"
"github.com/spiral/roadrunner/http"
- "github.com/spiral/roadrunner/utils"
+ "github.com/spiral/roadrunner/cmd/rr/utils"
"github.com/spiral/roadrunner"
)