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

Support Go modules #81

Closed
philippgille opened this issue Aug 25, 2019 · 0 comments
Closed

Support Go modules #81

philippgille opened this issue Aug 25, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@philippgille
Copy link
Owner

Go 1.13 will use Go modules by default, so all Go packages should be updated to supporting Go modules. But it shouldn't only be done for the sake of adhering to the best practices / up-to-date tools in the Go ecosystem, but it's actually useful, too. Especially because there are so many gokv subpackages and almost all of them they have dependencies to third-party packages, and currently no dependency is pinned to a specific version in any way. Go modules allows pinning dependencies to specific versions, without the need to vendor their source code, but with checksums to make sure the dependencies haven't been tampered with when fetching them anew.

Useful links:

@philippgille philippgille added the enhancement New feature or request label Aug 25, 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

1 participant