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

vendor is missing golang.org/x and other modules #539

Closed
dmgk opened this issue Aug 27, 2019 · 3 comments · Fixed by #545
Closed

vendor is missing golang.org/x and other modules #539

dmgk opened this issue Aug 27, 2019 · 3 comments · Fixed by #545
Labels
🐛 bug "Houston, we've had a problem."

Comments

@dmgk
Copy link

dmgk commented Aug 27, 2019

go.mod lists a bunch of modules that are missing in vendor, e.g. all golang.org/x, google.golang.org/ and k8s.io/. As a consequence, it is currently impossible to build wtf using only checked out sources:

$ go build -mod=vendor
build github.com/wtfutil/wtf: cannot load golang.org/x/crypto/openpgp: open /home/dg/tmp/wtf/vendor/golang.org/x/crypto/openpgp: no such file or directory

Could you please update vendor to contain all required dependencies?

@senorprogrammer
Copy link
Collaborator

Thanks for catching this. I'll try to fix this today.

@senorprogrammer
Copy link
Collaborator

Missing vendored deps have been added back to /vendor. Thanks again for reporting this.

@dmgk
Copy link
Author

dmgk commented Aug 28, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug "Houston, we've had a problem."
2 participants