summaryrefslogtreecommitdiff
path: root/plugins/factory/tests/plugin_1.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/tests/plugin_1.go
parent176097759cd98927b3781bb9aeb304174d7e948e (diff)
remove deprecated code
Diffstat (limited to 'plugins/factory/tests/plugin_1.go')
-rw-r--r--plugins/factory/tests/plugin_1.go4
1 files changed, 2 insertions, 2 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 {