diff options
author | Valery Piashchynski <[email protected]> | 2020-11-15 13:41:19 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-15 13:41:19 +0300 |
commit | d890eee1742dc3a0a1c787f7e65d40b1e81a94db (patch) | |
tree | b84dcf3c594d2f80ce6f71fae4300e5bfa63e1a1 /plugins/http/handler.go | |
parent | 5260639a7e95d4d4a36b46fd4b19f665a0a60ef9 (diff) |
Remove old rr imports
Diffstat (limited to 'plugins/http/handler.go')
-rw-r--r-- | plugins/http/handler.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/http/handler.go b/plugins/http/handler.go index eca05483..2bda4f1d 100644 --- a/plugins/http/handler.go +++ b/plugins/http/handler.go @@ -10,8 +10,6 @@ import ( "time" "github.com/pkg/errors" - "github.com/sirupsen/logrus" - "github.com/spiral/roadrunner" ) const ( |