Skip to content
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

Cannot install due to golang_protobuf_extensions v1.0.4 dependency. #317

Closed
kierun opened this issue Mar 1, 2023 · 1 comment · Fixed by #331
Closed

Cannot install due to golang_protobuf_extensions v1.0.4 dependency. #317

kierun opened this issue Mar 1, 2023 · 1 comment · Fixed by #331
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@kierun
Copy link

kierun commented Mar 1, 2023

dnsx version:

N.A.

Current Behavior:

Running go install -v github.com/projectdiscovery/dnsx/cmd/dnsx@latest hangs on this:

go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4

Expected Behavior:

I expected dnsx to install.

Steps To Reproduce:

  1. Run 'go install -v github.com/projectdiscovery/dnsx/cmd/dnsx@latest`
  2. See error.

Anything else:

√ ; 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 ¯\_(ツ)_/¯

@kierun kierun added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Mar 1, 2023
@freimer
Copy link

freimer commented Mar 12, 2023

For what it's worth, I don't have this issue. Perhaps it was a transient issue with github?

@ehsandeep ehsandeep linked a pull request Mar 17, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants