diff options
author | Valery Piashchynski <[email protected]> | 2020-03-23 17:37:09 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-03-23 17:37:09 +0300 |
commit | c29174509f8119b29fb2d0a2c930184cde857ab8 (patch) | |
tree | d4bf1098130cbfe9f7c074830c7ed958e8da996e /worker.go | |
parent | 58cbe1ce302ebf5e61ed6ff766bf1b7b08bf2d0b (diff) |
Update to v2
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" |