summaryrefslogtreecommitdiff
path: root/plugins/factory/app_provider.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-10-13 14:35:20 +0300
committerValery Piashchynski <[email protected]>2020-10-13 14:35:20 +0300
commit4908ae8198c476219a21394dd78a66518fa56912 (patch)
treef8ff97efcd8ac63391b8f40df8e3f2b7a3c4a87a /plugins/factory/app_provider.go
parent176097759cd98927b3781bb9aeb304174d7e948e (diff)
remove deprecated code
Diffstat (limited to 'plugins/factory/app_provider.go')
-rw-r--r--plugins/factory/app_provider.go2
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