diff options
Diffstat (limited to 'worker.go')
-rw-r--r-- | worker.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ package roadrunner import ( "fmt" "github.com/pkg/errors" - "github.com/spiral/goridge" + "github.com/spiral/goridge/v2" "os" "os/exec" "strconv" |