-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 module support #1272
Comments
Please do. |
1 similar comment
Please do. |
@ebati Are you working on it? If not, I can take a crack sometime in coming week. |
Actually i prepared go.mod and sum files but i am not sure how to handle go 1.10 which will not able to fetch these version. It might be better to wait 1.12 to come? |
The issue i am talking about is not about building the code but downloading the appropriate version of dependencies, that is fixed with go.mod, with go 1.10. Since this project does not vendor dependencies and run |
CI tests with the latest available packages as it does
go get
. However, since those versions are not recorded, the versions of dependencies this library is tested against is unknown to users of this library.Is it OK if I send PR for dependency management with go modules.
The text was updated successfully, but these errors were encountered: