diff options
author | Valery Piashchynski <[email protected]> | 2020-10-13 14:35:20 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-10-13 14:35:20 +0300 |
commit | 4908ae8198c476219a21394dd78a66518fa56912 (patch) | |
tree | f8ff97efcd8ac63391b8f40df8e3f2b7a3c4a87a /plugins/factory/app_provider.go | |
parent | 176097759cd98927b3781bb9aeb304174d7e948e (diff) |
remove deprecated code
Diffstat (limited to 'plugins/factory/app_provider.go')
-rw-r--r-- | plugins/factory/app_provider.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/factory/app_provider.go b/plugins/factory/app_provider.go index 58fc686c..024c5bea 100644 --- a/plugins/factory/app_provider.go +++ b/plugins/factory/app_provider.go @@ -3,7 +3,7 @@ package factory import ( "os/exec" - "github.com/temporalio/roadrunner-temporal/roadrunner" + "github.com/spiral/roadrunner/v2" ) type Env map[string]string |