-
Notifications
You must be signed in to change notification settings - Fork 842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update fastdailer dep #1818
update fastdailer dep #1818
Conversation
RamanaReddy0M
commented
Jul 10, 2024
•
edited
Loading
edited
- closes .host Property Occasionally Missing From Version 1.6.2 Onwards 2 #1815
✗ go run . -u 'http://google.co.uk:80' -j -silent | jq -c '{input,host}'
{"input":"http://google.co.uk:80","host":"172.217.27.195"} |
depends on: projectdiscovery/fastdialer#314 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since the origin pr is merged now we should use commit from main branch to avoid invalid revision issue
If commit of a deleted brach is referenced , after it is purged from go module proxy cache , it will throw invalid revision when installing using go install , i.e why we can use release tag or ref commit from branch that will not be deleted ( like main or master)
@RamanaReddy0M @tarunKoyalwar this is unrelated to this PR, but do we know why windows test are failing? |