summaryrefslogtreecommitdiff
path: root/plugins/factory/app.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.go
parent176097759cd98927b3781bb9aeb304174d7e948e (diff)
remove deprecated code
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.