diff options
-rw-r--r-- | plugins/logger/tests/plugin2.go | 1 | ||||
-rwxr-xr-x | supervisor_pool.go | 2 | ||||
-rwxr-xr-x | sync_worker.go | 2 | ||||
-rwxr-xr-x | worker_watcher.go | 2 |
4 files changed, 3 insertions, 4 deletions
diff --git a/plugins/logger/tests/plugin2.go b/plugins/logger/tests/plugin2.go deleted file mode 100644 index ca8701d2..00000000 --- a/plugins/logger/tests/plugin2.go +++ /dev/null @@ -1 +0,0 @@ -package tests diff --git a/supervisor_pool.go b/supervisor_pool.go index 5dca3c22..92d03e77 100755 --- a/supervisor_pool.go +++ b/supervisor_pool.go @@ -5,7 +5,7 @@ import ( "sync" "time" - "github.com/spiral/roadrunner/v2/errors" + "github.com/spiral/errors" "github.com/spiral/roadrunner/v2/util" ) diff --git a/sync_worker.go b/sync_worker.go index d933077b..282254e5 100755 --- a/sync_worker.go +++ b/sync_worker.go @@ -5,7 +5,7 @@ import ( "fmt" "time" - "github.com/spiral/roadrunner/v2/errors" + "github.com/spiral/errors" "github.com/spiral/roadrunner/v2/util" "go.uber.org/multierr" diff --git a/worker_watcher.go b/worker_watcher.go index d289750e..36b3e029 100755 --- a/worker_watcher.go +++ b/worker_watcher.go @@ -6,7 +6,7 @@ import ( "sync" "time" - "github.com/spiral/roadrunner/v2/errors" + "github.com/spiral/errors" "github.com/spiral/roadrunner/v2/util" ) |