From d890eee1742dc3a0a1c787f7e65d40b1e81a94db Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Sun, 15 Nov 2020 13:41:19 +0300 Subject: Remove old rr imports --- plugins/http/uploads_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/http/uploads_test.go') diff --git a/plugins/http/uploads_test.go b/plugins/http/uploads_test.go index 08177c72..16365f39 100644 --- a/plugins/http/uploads_test.go +++ b/plugins/http/uploads_test.go @@ -6,9 +6,6 @@ import ( "crypto/md5" "encoding/hex" "fmt" - json "github.com/json-iterator/go" - "github.com/spiral/roadrunner" - "github.com/stretchr/testify/assert" "io" "io/ioutil" "mime/multipart" @@ -16,6 +13,9 @@ import ( "os" "testing" "time" + + json "github.com/json-iterator/go" + "github.com/stretchr/testify/assert" ) func TestHandler_Upload_File(t *testing.T) { -- cgit v1.2.3