From 8526c03822e724bc2ebb64b6197085fea335b782 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 25 Dec 2020 14:46:01 +0300 Subject: Move root plugins to the pkg --- tests/plugins/http/parse_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/plugins/http/parse_test.go') diff --git a/tests/plugins/http/parse_test.go b/tests/plugins/http/parse_test.go index 5cc1ce32..df217202 100644 --- a/tests/plugins/http/parse_test.go +++ b/tests/plugins/http/parse_test.go @@ -3,7 +3,7 @@ package http import ( "testing" - "github.com/spiral/roadrunner/v2/plugins/http" + "github.com/spiral/roadrunner/v2/pkg/plugins/http" ) var samples = []struct { -- cgit v1.2.3