From 594bac8ed2e55d47fb8d09ddc93dc4125645e33d Mon Sep 17 00:00:00 2001 From: valeriegaleguimmayen Date: Wed, 9 Mar 2022 22:22:29 -0800 Subject: [PATCH] added poloniex detector --- pkg/detectors/poloniex/poloniex.go | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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"