Masterminds / glide

Package Management for Golang
https://glide.sh
Other
8.16k stars 541 forks source link

Update failed for google.golang.org/api: Cannot detect VCS #523

Open tejasmanohar opened 8 years ago

tejasmanohar commented 8 years ago

[ERROR] Update failed for google.golang.org/api: Cannot detect VCS

This issue seems related to https://github.com/Masterminds/glide/issues/272. Is there a flag we can use to handle it one-off, or do these paths have to be hardcoded in glide?

tejasmanohar commented 8 years ago

Actually seems unrelated to #272. I searched vendor/, and it seems there are no instances of "google.golang.org/api" but there are instances of "google.golang.org/api/... (e.g. /storage/v1) maybe Glide is trying to get a top-level package that doesn't exist but other ones do in this format?

mattfarina commented 8 years ago

@tejasmanohar did you already have a populated vendor/ directory starting to use Glide?

tejasmanohar commented 8 years ago

Nope, I don't believe so. I'll try reproducing tonight though! Using Godeps right now (ugh)