-
Notifications
You must be signed in to change notification settings - Fork 6
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
Go 1.11 module support #13
Comments
@benpye no plans yet. if you get funding, we might implment nix support. at the meantime we use |
I decided to look into this a little bit, it seems Go defined a proxy protocol which can be used to provide the files, see: https://golang.org/cmd/go/#hdr-Module_proxy_protocol . This doesn't really make clear if there is any good way of parsing your go.mod or maybe go.sum and actually fetching the required files. |
a good way would be to implement a patch to the the most important thing would be to use the dependency resolver which would also be used when using sounds like an interesting project, i wish someone would find it, would love to implement that. |
The best way to make people aware that this is needed for IMO, a "patch for the go programming language", as you put it, does not sound like that right approach. If anything, we could re-use the dependency resolver used by |
Any ideas about support Go 1.11's modules, several projects already seem to have adopted the new way of doing things, for example https://github.com/miniflux/miniflux and it'd be nice to have a good way to build these under NixOS.
The text was updated successfully, but these errors were encountered: