-
Notifications
You must be signed in to change notification settings - Fork 570
godep is asking to install 'vendored' #423
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
Comments
Could you provide more details about what you're trying to do and achieve? |
I basically ran
I then installed that package w/
I then ran
I then grepped for 'vendored' to find out who is using it
I actually just tested a quick fix where I edited
it stopped saying
|
Hi @dfuentes77 -- I think the question @shurcooL had was "why do you wish to vendor GopherJS using godep in the first place"? I'm not sure about Godep, but you might have better luck with govendor -- but I have never used it to vendor GopherJS because it is already so stable. Generally you only vendor packages that are 'external', like user-written packages etc. Vendoring GopherJS is a bit like trying to vendor the standard library |
If I understand correctly, @dfuentes77, do you have a project that imports If so, I think this is the same issue as #415. Can you check if that's the case? Richard provided a comment there that you can look at, see #415 (comment). |
Closing because no response after many months, so there's nothing actionable left to do here. As far as I can tell, this is a duplicate of #415. Feel free to comment or reopen if there any updates here. |
I'm brand new to go. When I try to run godep save, I've run into this error which I found the reference to "vendored" comes from your package. I'd appreciate any help on how to handle this with godep. Thanks in advance.
$ godep save ./...
godep: Package (vendored) not found
The text was updated successfully, but these errors were encountered: