You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository vendor all its dependencies and all the vendor-ed sources are committed in /vendor
Go get will not try to download any dependencies.
You can try this by doing : docker run -it golang:1.9
And running go get github.com/cloudwatt/kube2consul and you'll see that github.com/cloudwatt/kube2consul is the only repository that is clone.
I was trying to fetch dependencies directly from their repositories because this is what the Nix Go helper likes to do. However, this can also be done by using vendorized dependencies (but it's less clean and more verbose).
It fails to build:
Kubernetes has split its code across many repositories. It seems you should then use this repository
https://github.com/kubernetes/api
instead.The text was updated successfully, but these errors were encountered: