added worldweather detector

This commit is contained in:
DANEE ARQUERO 2022-03-09 22:22:35 -08:00 committed by Dustin Decker
parent b35689c670
commit 6ea7f402e8

View file

@ -3,13 +3,10 @@ package worldweather
import ( import (
"context" "context"
"fmt" "fmt"
"net/http"
// "log"
"regexp" "regexp"
"strings" "strings"
"net/http"
"github.com/trufflesecurity/trufflehog/v3/pkg/common" "github.com/trufflesecurity/trufflehog/v3/pkg/common"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors" "github.com/trufflesecurity/trufflehog/v3/pkg/detectors"
"github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb" "github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb"