summaryrefslogtreecommitdiff
path: root/plugins/factory/tests
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/tests
parent176097759cd98927b3781bb9aeb304174d7e948e (diff)
remove deprecated code
Diffstat (limited to 'plugins/factory/tests')
-rw-r--r--plugins/factory/tests/plugin_1.go4
-rw-r--r--plugins/factory/tests/plugin_2.go6
2 files changed, 5 insertions, 5 deletions
diff --git a/plugins/factory/tests/plugin_1.go b/plugins/factory/tests/plugin_1.go
index a7aba98e..0c44a0d1 100644
--- a/plugins/factory/tests/plugin_1.go
+++ b/plugins/factory/tests/plugin_1.go
@@ -4,8 +4,8 @@ import (
"errors"
"fmt"
- "github.com/temporalio/roadrunner-temporal/config"
- "github.com/temporalio/roadrunner-temporal/factory"
+ "github.com/spiral/roadrunner/v2/plugins/config"
+ "github.com/spiral/roadrunner/v2/plugins/factory"
)
type Foo struct {
diff --git a/plugins/factory/tests/plugin_2.go b/plugins/factory/tests/plugin_2.go
index d0c3ea2c..2409627e 100644
--- a/plugins/factory/tests/plugin_2.go
+++ b/plugins/factory/tests/plugin_2.go
@@ -6,9 +6,9 @@ import (
"fmt"
"time"
- "github.com/temporalio/roadrunner-temporal/config"
- "github.com/temporalio/roadrunner-temporal/factory"
- "github.com/temporalio/roadrunner-temporal/roadrunner"
+ "github.com/spiral/roadrunner/v2"
+ "github.com/spiral/roadrunner/v2/plugins/config"
+ "github.com/spiral/roadrunner/v2/plugins/factory"
)
type Foo2 struct {