summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-16 19:11:11 +0300
committerValery Piashchynski <[email protected]>2020-12-16 19:11:11 +0300
commit0a45929b42ffedc0d45a0ff78682b400af16ef24 (patch)
tree1c0de10429465b8de764be4afc321f822e2695bc
parent9f482c58d5a0a89e5e0d9f34bf063c519ee60cb5 (diff)
Unused imports
-rw-r--r--plugins/reload/tests/reload_plugin_test.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/reload/tests/reload_plugin_test.go b/plugins/reload/tests/reload_plugin_test.go
index b57bdefa..a099b727 100644
--- a/plugins/reload/tests/reload_plugin_test.go
+++ b/plugins/reload/tests/reload_plugin_test.go
@@ -13,11 +13,9 @@ import (
"syscall"
"testing"
"time"
-
- "github.com/golang/mock/gomock"
+
"github.com/spiral/endure"
"github.com/spiral/errors"
- "github.com/spiral/roadrunner/v2/mocks"
"github.com/spiral/roadrunner/v2/plugins/config"
httpPlugin "github.com/spiral/roadrunner/v2/plugins/http"
"github.com/spiral/roadrunner/v2/plugins/logger"