Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you add support for reading dependencies from Gopkg.toml and Gopkg.lock #915

Closed
dfuentes77 opened this issue Sep 26, 2017 · 3 comments
Closed

Comments

@dfuentes77
Copy link

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.

@mattfarina
Copy link
Member

@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.

I'll consider the request.

@dfuentes77
Copy link
Author

I actually didn't know how far along it was, and I was waiting on Heroku support for it, which seems to be on its way: heroku/heroku-buildpack-go#196.

Ultimately, I would hope for the entire feature set of Glide :P I'm spoiled from it's magic.

If you ever follow https://github.com/kennethreitz, all the features that he's been adding to pipenv for python is nothing other than astounding, and a another great example.

@EronWright
Copy link

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.

@dfuentes77 dfuentes77 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants