diff --git a/pkg/detectors/humanity/humanity.go b/pkg/detectors/humanity/humanity.go index 62e4ec48a..5dd7e2dea 100644 --- a/pkg/detectors/humanity/humanity.go +++ b/pkg/detectors/humanity/humanity.go @@ -3,13 +3,10 @@ package humanity import ( "context" "io/ioutil" - - // "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"