From 381a3721633b7c3f805b926e660669a862e159b4 Mon Sep 17 00:00:00 2001 From: DANEE ARQUERO Date: Wed, 9 Mar 2022 22:22:22 -0800 Subject: [PATCH] added getgeoapi detector --- pkg/detectors/getgeoapi/getgeoapi.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkg/detectors/getgeoapi/getgeoapi.go b/pkg/detectors/getgeoapi/getgeoapi.go index c655a8f1d..bc15ec279 100644 --- a/pkg/detectors/getgeoapi/getgeoapi.go +++ b/pkg/detectors/getgeoapi/getgeoapi.go @@ -3,13 +3,10 @@ package getgeoapi 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"