diff --git a/pkg/detectors/poloniex/poloniex.go b/pkg/detectors/poloniex/poloniex.go index 2a54ddc4f..ed440e4a7 100644 --- a/pkg/detectors/poloniex/poloniex.go +++ b/pkg/detectors/poloniex/poloniex.go @@ -5,15 +5,12 @@ import ( "crypto/hmac" "crypto/sha512" "encoding/hex" - "strconv" - "time" - - // "log" - "regexp" - "strings" - "net/http" "net/url" + "regexp" + "strconv" + "strings" + "time" "github.com/trufflesecurity/trufflehog/v3/pkg/common" "github.com/trufflesecurity/trufflehog/v3/pkg/detectors"