Masterminds / glide

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

glide get google.golang.org/api vs go get google.golang.org/api gives different result #743

Open cpg1111 opened 7 years ago

cpg1111 commented 7 years ago

Hi there, I am trying to vendor the specific package google.golang.org/api/option and go get google.golang.org/api gives me the full google.golang.org/api. However, glide get google.golang.org/api results in missing directories, including option. Is there specific criteria that glide excludes a directory vs go get?

cpg1111 commented 7 years ago

Seems like glide isn't using the most current commit and there aren't releases, does glide pick a certain commit that isn't the latest for a reason?

julestruong commented 5 years ago

any news @cpg1111 ?