diff options
Diffstat (limited to 'plugins/factory/tests/plugin_2.go')
-rw-r--r-- | plugins/factory/tests/plugin_2.go | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |