summaryrefslogtreecommitdiff
path: root/sync_worker.go
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 /sync_worker.go
parent2e94d9590f859f60953ce3575170d13d32d331dc (diff)
Remove rr errors, replace with spiral errors
Diffstat (limited to 'sync_worker.go')
-rwxr-xr-xsync_worker.go2
1 files changed, 1 insertions, 1 deletions
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"