-
Notifications
You must be signed in to change notification settings - Fork 263
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 Modules Support #417
Comments
This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog. |
+1 |
Can we prioritize this issue please? The use of Go modules is now mainstream and a good number of packages in the Go ecosystem has already migrated. |
@avarghese-sqsp we are working on it. Since this is going to be a major version release, we need to work through some pre-reqs before we can go ahead and make the change. |
and updates on having go module? without go module, it is "NO GO" for us, and we can't use official sendgrid client |
Issue Summary
Is there any plans in the future to support go modules. As at the minute the import is marked as
incompatible
when using any version above v1for example the import should be renamed to have the major version suffixed:
The text was updated successfully, but these errors were encountered: