summaryrefslogtreecommitdiff
path: root/plugins/factory/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/factory/app.go')
-rw-r--r--plugins/factory/app.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/factory/app.go b/plugins/factory/app.go
index 8ed65531..1f8a6f0d 100644
--- a/plugins/factory/app.go
+++ b/plugins/factory/app.go
@@ -9,9 +9,9 @@ import (
"strings"
"time"
- "github.com/temporalio/roadrunner-temporal/config"
- "github.com/temporalio/roadrunner-temporal/roadrunner"
- "github.com/temporalio/roadrunner-temporal/roadrunner/util"
+ "github.com/spiral/roadrunner/v2"
+ "github.com/spiral/roadrunner/v2/plugins/config"
+ "github.com/spiral/roadrunner/v2/util"
)
// AppConfig config combines factory, pool and cmd configurations.