summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-04 16:42:28 +0300
committerValery Piashchynski <[email protected]>2020-11-04 16:42:28 +0300
commitd4c06947f4f250908cd75b4a80afe1be77548229 (patch)
treefe8d94c665d12b4fd8619b333021399883711e10
parent2e94d9590f859f60953ce3575170d13d32d331dc (diff)
Remove rr errors, replace with spiral errors
-rw-r--r--plugins/logger/tests/plugin2.go1
-rwxr-xr-xsupervisor_pool.go2
-rwxr-xr-xsync_worker.go2
-rwxr-xr-xworker_watcher.go2
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"
)