diff options
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 |