We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
N.A.
Running go install -v github.com/projectdiscovery/dnsx/cmd/dnsx@latest hangs on this:
go install -v github.com/projectdiscovery/dnsx/cmd/dnsx@latest
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
I expected dnsx to install.
dnsx
√ ; go version go version go1.19.6 linux/amd64 √ ; cat /etc/fedora-release ───────┬──────────────────────────────────────────────────────────────────────── │ File: /etc/fedora-release ───────┼──────────────────────────────────────────────────────────────────────── 1 │ Fedora release 37 (Thirty Seven) ───────┴──────────────────────────────────────────────────────────────────────── √ ; env | rg -i GO GOPATH=/home/usr/go GO111MODULE=on √ ; ls -1 /home/usr/go/pkg/mod/cache/download/github.com/matttproud/golang_protobuf_extensions/@v v1.0.4.lock v1.0.4.zip298498081.tmp
This is rather odd as I suspect that this should work. Is something on my system wrong? How would I tell?
I installed subfinder just fine so ¯\_(ツ)_/¯
subfinder
The text was updated successfully, but these errors were encountered:
For what it's worth, I don't have this issue. Perhaps it was a transient issue with github?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
dnsx version:
N.A.
Current Behavior:
Running
go install -v github.com/projectdiscovery/dnsx/cmd/dnsx@latest
hangs on this:Expected Behavior:
I expected
dnsx
to install.Steps To Reproduce:
Anything else:
This is rather odd as I suspect that this should work. Is something on my system wrong? How would I tell?
I installed
subfinder
just fine so ¯\_(ツ)_/¯The text was updated successfully, but these errors were encountered: