From 757600608c64c3a0b6eddfce8c5265a622cba2e5 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Fri, 22 Jul 2022 09:05:07 +0300 Subject: [PATCH] [#539] Fix imports Signed-off-by: Alex Vanin --- api/handler/cors.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/handler/cors.go b/api/handler/cors.go index 6d387bee..12a04169 100644 --- a/api/handler/cors.go +++ b/api/handler/cors.go @@ -5,11 +5,10 @@ import ( "strconv" "strings" - "go.uber.org/zap" - "github.com/nspcc-dev/neofs-s3-gw/api" "github.com/nspcc-dev/neofs-s3-gw/api/errors" "github.com/nspcc-dev/neofs-s3-gw/api/layer" + "go.uber.org/zap" ) const (