From 4525b2c1091ade071e09e56ff6a500e88feb6194 Mon Sep 17 00:00:00 2001 From: marlon pamisa Date: Wed, 9 Mar 2022 22:22:14 -0800 Subject: [PATCH] added accuweather detector --- pkg/detectors/accuweather/accuweather.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkg/detectors/accuweather/accuweather.go b/pkg/detectors/accuweather/accuweather.go index 4c8ab5a2f..77826f4e6 100644 --- a/pkg/detectors/accuweather/accuweather.go +++ b/pkg/detectors/accuweather/accuweather.go @@ -2,13 +2,10 @@ package accuweather import ( "context" - - // "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"