-
Notifications
You must be signed in to change notification settings - Fork 146
Conversation
This PR broke the installation of appc/spec for me:
|
This shouldn't happen. Please provide your Edit: Just to clarify, I don't think it's a local problem for you, but I suspect the behavior differs between go versions. |
|
It's because of a mismatch in versions between dependencies. On Thu, May 26, 2016 at 2:00 PM, Éric Lemoine notifications@github.com
|
FYI, I am seeing the same issue with go 1.5:
|
@elemoine The problem is that k8s introduced a breaking change in kubernetes/kubernetes@b2a01d4 and your go get is retrieving that version of the package. We do vendor in the repository but go get doesn't understand that because we haven't moved to the vendor experiment (yet). If you check out the repository and build using ./build it should work fine. |
I am quite new to Go but it seems to me that all packages that depend on I initially found the problem while installing Snap (intelsdi-x/snap#953). But here's another example:
Sounds like a big issue to me. Not something I should work-around by checking out the repository and do |
@elemoine can you try this again now? |
It works. Thanks a lot! |
No description provided.