Skip to content

Commit

Permalink
added timezoneapi detector
Browse files Browse the repository at this point in the history
  • Loading branch information
lonmarsDev authored and dustin-decker committed Mar 11, 2022
1 parent 6a844d2 commit 2a14b21
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkg/detectors/timezoneapi/timezoneapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ package timezoneapi

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"
Expand Down

0 comments on commit 2a14b21

Please sign in to comment.