Masterminds / glide

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

`glide get` can not get the dependencies of the new dependency. #983

Open iiinsomnia opened 6 years ago

iiinsomnia commented 6 years ago

When I use glide get get a new dependency which also use glide, but this install the the dependency only, and do not install the dependencies of the new dependency.

alon-abadi commented 6 years ago

Glide is no longer being developed. Please consider migrating to more relevant solutions, such as dep (or vgo in the future).

sinramyeon commented 6 years ago

@alon-abadi Why does glide stopped? Is it because of dep or other reason??

iiinsomnia commented 6 years ago

@alon-abadi glide is much better than dep.