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

Golang modules support #1100

Closed
paulbdavis opened this issue Nov 26, 2019 · 3 comments
Closed

Golang modules support #1100

paulbdavis opened this issue Nov 26, 2019 · 3 comments

Comments

@paulbdavis
Copy link

FEATURE REQUEST

I'm looking over the docs and it seems that the only way to specify dependencies is with a Gopkg.toml file and using dep. Given the norm of dependency management in go moving to modules, are there plans to support using the built in module system (which would also allow using a proxy for private packages)?

@andresmgot
Copy link
Contributor

Yes, this is something we've been asked before. While that's something desirable, we don't have the resources to work on that right now. I labeling this issue in case someone wants to contribute it. Thanks for the suggestion!

@TimelyToga
Copy link

@andresmgot Correct me if I'm wrong, but I think this has been resolved now that vmware-archive/runtimes#71 has merged?

@andresmgot
Copy link
Contributor

That's correct, latest versions of the Golang runtime already uses go modules. Thanks for pointing it out!

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

No branches or pull requests

3 participants