From 5627146e45afbb8f6566862c60a42a0b0aad2d0a Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Tue, 22 Jun 2021 15:20:08 +0300 Subject: - Move common interfaces and structures to the 'common' folder - Update tests Signed-off-by: Valery Piashchynski --- plugins/redis/channel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/redis/channel.go') diff --git a/plugins/redis/channel.go b/plugins/redis/channel.go index 5817853c..0cd62d19 100644 --- a/plugins/redis/channel.go +++ b/plugins/redis/channel.go @@ -6,7 +6,7 @@ import ( "github.com/go-redis/redis/v8" "github.com/spiral/errors" - "github.com/spiral/roadrunner/v2/pkg/pubsub" + "github.com/spiral/roadrunner/v2/common/pubsub" "github.com/spiral/roadrunner/v2/plugins/logger" "github.com/spiral/roadrunner/v2/utils" ) -- cgit v1.2.3