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
Now that golang dep is gaining popularity and use, it would be great if glide was able to parse those files for dependencies the same way it does the other dependency managers.
The text was updated successfully, but these errors were encountered:
@dfuentes77 out of curiosity, is there a reason you can't use dep itself? I ask because dep is expected to be the successor to glide. If there is a gap in your needs I'm interested in knowing about it so I can make sure the dep team has it covered.
One limitation of dep that has me looking at glide again is golang/dep#1124; constraints aren't applied transitively, leading to much duplication in the top-level manifest.
Now that golang
dep
is gaining popularity and use, it would be great ifglide
was able to parse those files for dependencies the same way it does the other dependency managers.The text was updated successfully, but these errors were encountered: