diff options
author | Valery Piashchynski <[email protected]> | 2020-12-14 12:48:23 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-14 12:48:23 +0300 |
commit | 8203dc4d76624f4fceddff49b8a1aba9d525fc73 (patch) | |
tree | 0243010b2c7dd26dcd87e7965da4affe80731dd2 /worker.go | |
parent | 673da74925dee5c62064d3304289ae81cb499217 (diff) |
Move to goridge3
Diffstat (limited to 'worker.go')
-rwxr-xr-x | worker.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ import ( "github.com/spiral/errors" "github.com/spiral/roadrunner/v2/util" - "github.com/spiral/goridge/v2" + "github.com/spiral/goridge/v3" "go.uber.org/multierr" ) |