-
Notifications
You must be signed in to change notification settings - Fork 1k
dep init fails all the time but glide works #1526
Comments
Hi, thanks for creating an issue for this. Can you share more details about the errors that you got on running |
Hello there, The error generated by Let's call the project I try to I also tried I am looking for answer how to deal with this. |
hi - sorry you're encountering this. couple things:
We very much agree, though the implementation is a tad tricky - deciding where to draw the line. But, there's a WIP PR here: #1280
...ugh. This is exactly why i'm working on a big mountain of docs - that is a pointless For now, you may have to hand-create (closing as dup) |
Ah, I did not do my job thoroughly. I did google about it, but nothing useful. Thanks for detailed explanation. You effects are really appreciated. Thanks! |
What version of
dep
are you using (dep version
)?What
dep
command did you run?dep init
What did you expect to see?
generated Gopkg files
What did you see instead?
failed to do so and report a lot of error on solving.
I works on a project
A
which depends on other two projectB
andC
. BothB
andC
are usingdep
right now. When I try to migrate to dep, problems raise. After spent more than 3 hour on this, I gave up and try to useglide
and it works.From a point of view of user,
dep init
does not need to produce a correct dependencies. dep is better to be right about dependencies but I think it can tolerate some mistakes and let user to correct these rather than fail to generate Gopkg files.The text was updated successfully, but these errors were encountered: