-
Notifications
You must be signed in to change notification settings - Fork 1k
Dep ensure -update produces solve error #461
Comments
And that repo has a |
Yes, my repo (the enterprise github repo) has
|
Right, so, this is going to be an inherent conflict, because gopkg.in's semantics don't actually allow the branch named "master" to come through (assuming I'm remembering my gopkg.in implementation correctly), but that's the only thing the constraint will accept. It should be impossible for any Gopkg.toml with that constraint/import path combination in it to ever solve successfully (...though you do have a successful I can imagine a pathway where For now, you'll need to change that constraint to something that will actually work. Or, since you're using gopkg.in (for which dep largely obviates the need, btw), you can just omit the constraint entirely; only acceptable versions will make it through, anyway. |
Thanks, BTW. You can close this or keep it open as you wish. |
gotcha - will close, nothing for us to do here. thanks for the bump 😄 |
What I did:
dep init
- OKdep ensure -update
- errordep status
- no output (I see there is a ticket for this)dep ensure
- OKdep status
- expected outputdep ensure -update
- errordep
dep ensure -update
- errorI made no manual tweaks to the files produced by
dep
.go 1.8. Latest
dep
(54b423), although it would be nice if it had aversion
subcommand.The text was updated successfully, but these errors were encountered: