fix cycletls imports

This commit is contained in:
Kevin Pham
2023-11-27 22:40:34 -06:00
parent 0fe02c397d
commit 9a8d4ac261
8 changed files with 12 additions and 21 deletions

View File

@@ -2,7 +2,8 @@ package responsemodifers
import (
"fmt"
"net/http"
//"net/http"
http "github.com/Danny-Dasilva/fhttp"
"ladder/proxychain"
)