Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Add support for go-modules #33

Open
alok87 opened this issue Apr 22, 2019 · 2 comments
Open

Add support for go-modules #33

alok87 opened this issue Apr 22, 2019 · 2 comments

Comments

@alok87
Copy link
Contributor

alok87 commented Apr 22, 2019

Add support for go-modules

@tallclair
Copy link
Contributor

Can you elaborate on what's needed here? I thought go-modules were still vendored into .../vendor? Or did you mean export a go-module for godepq?

@liggitt
Copy link

liggitt commented Apr 22, 2019

I think it was describing dependencies at the module level

  • module A depends on [B,C,D]
  • module W is depended on by [X,Y,Z]

go mod graph includes much of this info in raw form, but doesn't let you see the full transitive list of dependencies

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants