enable pprofiling with env (#4377)

dev
Tarun Koyalwar 2023-11-16 17:53:27 +05:30 committed by GitHub
parent d1ad79f360
commit 50aec0b215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ import (
"strings"
"time"
_ "github.com/projectdiscovery/utils/pprof"
"github.com/projectdiscovery/goflags"
"github.com/projectdiscovery/gologger"
"github.com/projectdiscovery/gologger/levels"