From 4908ae8198c476219a21394dd78a66518fa56912 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Tue, 13 Oct 2020 14:35:20 +0300 Subject: remove deprecated code --- plugins/factory/tests/plugin_1.go | 4 ++-- plugins/factory/tests/plugin_2.go | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/factory/tests') 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 { -- cgit v1.2.3