diff --git a/pkg/detectors/jotform/jotform.go b/pkg/detectors/jotform/jotform.go index 19a2a377b097..ee772a8e5e5c 100644 --- a/pkg/detectors/jotform/jotform.go +++ b/pkg/detectors/jotform/jotform.go @@ -2,13 +2,10 @@ package jotform 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"