-
Notifications
You must be signed in to change notification settings - Fork 1k
dep init failed to convert github.com/boz/kail from govendor to dep #1047
Comments
@dcheney-atlassian thanks for trying |
Hello @darkowlzz the PR #815 is merged. I tried the flow described above on one of my projects and it is failing for me too. |
@gianarb can you provide some more information about the failure? Import logs or your observations. |
@gianarb actually - could you open a new issue with more details? the reasons why these conversions get things wrong can be complex and nuanced, and it's best to track each failure case separately. wrt the original issue here, this is the error i now get:
|
Closing as the original issue, not supporting govendor during init, has been resolved. @gianarb The govendor config looks incorrect because it contains an invalid path "appengine". If you correct the config and init continues to fail, please open another issue and we can figure it out. |
that path was, at one time, valid. I know we had special handling for appengine at one point, though I don't immediately recall how much of it remains. |
Ah okay I didn't read past this part of the appengine doc before thinking it was bad config:
Further down they provide instructions to get off their legacy https://github.com/golang/appengine#updating-from-legacy-import-appengine-packages |
What version of Go (
go version
) anddep
(git describe --tags
) are you using?% go version
go version devel +1a2ac46 Mon Aug 21 21:08:17 2017 +0000 linux/amd64
What
dep
command did you run?What did you expect to see?
./kail built correctly both times.
What did you see instead?
See above, looks like dep init didn't match the exact revisions from govendor
The text was updated successfully, but these errors were encountered: