From 76383466a81eec3bf53f53bac195c482f7a78e94 Mon Sep 17 00:00:00 2001 From: DANEE ARQUERO Date: Wed, 9 Mar 2022 22:22:14 -0800 Subject: [PATCH] added abstract detector --- pkg/detectors/abstract/abstract.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkg/detectors/abstract/abstract.go b/pkg/detectors/abstract/abstract.go index 827ef69ea..e6e5fb539 100644 --- a/pkg/detectors/abstract/abstract.go +++ b/pkg/detectors/abstract/abstract.go @@ -3,13 +3,10 @@ package abstract import ( "context" "fmt" - - // "log" + "net/http" "regexp" "strings" - "net/http" - "github.com/trufflesecurity/trufflehog/v3/pkg/common" "github.com/trufflesecurity/trufflehog/v3/pkg/detectors" "github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb"