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

Proposal: Use Go Modules #91

Closed
jeremyje opened this issue Feb 28, 2019 · 1 comment
Closed

Proposal: Use Go Modules #91

jeremyje opened this issue Feb 28, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jeremyje
Copy link
Contributor

Go modules was launched in Golang 1.11 and have matured in 1.12 and is being pushed as the new way to manage dependencies within golang.

What's great about it is it's integrated into the golang tool and incorporates all the learnings of the many dependency management tools go has had over the years.

I think the main benefit here will be improved reproducibility of builds since all dependencies are pulled at predefined versions.

It also looks like Agones is moving towards Go modules as well. googleforgames/agones#625

@jeremyje jeremyje self-assigned this Feb 28, 2019
@jeremyje jeremyje added the enhancement New feature or request label Feb 28, 2019
@jeremyje jeremyje mentioned this issue Mar 13, 2019
@jeremyje
Copy link
Contributor Author

This was checked in.

@Laremere Laremere added this to the v0.4.0 milestone Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants