From 20cdd18f7b91dab9cecf6e06dccae3c03645ea2a Mon Sep 17 00:00:00 2001 From: ko_oler <kooler89@gmail.com> Date: Wed, 19 Apr 2023 15:11:41 +0300 Subject: [PATCH] fixes --- pkg/images/mocks/Images.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/images/mocks/Images.go b/pkg/images/mocks/Images.go index 8b87dcd9..250fa5d0 100644 --- a/pkg/images/mocks/Images.go +++ b/pkg/images/mocks/Images.go @@ -7,7 +7,6 @@ import ( files "git.perx.ru/perxis/perxis-go/pkg/files" images "git.perx.ru/perxis/perxis-go/pkg/images" - mock "github.com/stretchr/testify/mock" ) -- GitLab