diff options
Diffstat (limited to 'worker_watcher.go')
-rwxr-xr-x | worker_watcher.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) |