diff options
Diffstat (limited to 'sync_worker.go')
-rwxr-xr-x | sync_worker.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sync_worker.go b/sync_worker.go index 85aa832e..d7c15e88 100755 --- a/sync_worker.go +++ b/sync_worker.go @@ -3,9 +3,10 @@ package roadrunner import ( "context" "fmt" - "github.com/spiral/roadrunner/v2/util" "time" + "github.com/spiral/roadrunner/v2/util" + "github.com/pkg/errors" "github.com/spiral/goridge/v2" ) |