summaryrefslogtreecommitdiff
path: root/plugins/factory/tests/plugin_1.go
diff options
context:
space:
mode:
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 {