From ef452d3350ea99fd934e033bfcaebda70efee04b Mon Sep 17 00:00:00 2001 From: roman_harazha Date: Thu, 21 Dec 2023 12:42:25 +0200 Subject: [PATCH] fix errors lib --- internal/service/core/identity_providers/kleros/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/service/core/identity_providers/kleros/main.go b/internal/service/core/identity_providers/kleros/main.go index 7667e77..45b6b79 100644 --- a/internal/service/core/identity_providers/kleros/main.go +++ b/internal/service/core/identity_providers/kleros/main.go @@ -6,8 +6,8 @@ import ( "github.com/ethereum/go-ethereum/common" cryptoPkg "github.com/ethereum/go-ethereum/crypto" + "github.com/pkg/errors" "gitlab.com/distributed_lab/logan/v3" - "gitlab.com/distributed_lab/logan/v3/errors" "github.com/rarimo/kyc-service/internal/config" "github.com/rarimo/kyc-service/internal/crypto"