diff options
Diffstat (limited to 'sync_worker.go')
-rwxr-xr-x | sync_worker.go | 2 |
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" |