sendgrid-go icon indicating copy to clipboard operation
sendgrid-go copied to clipboard

Go Modules Support

Open jacklaaa89 opened this issue 4 years ago • 4 comments

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 v1

for example the import should be renamed to have the major version suffixed:

github.com/sendgrid/sendgrid-go v3.5.0+incompatible => github.com/sendgrid/sendgrid-go/v3 v3.5.0 

jacklaaa89 avatar Oct 27 '20 12:10 jacklaaa89

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.

childish-sambino avatar Oct 29 '20 17:10 childish-sambino

+1

bonesyo avatar Feb 03 '21 22:02 bonesyo

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 avatar Nov 01 '21 21:11 avarghese-sqsp

@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.

shwetha-manvinkurke avatar Nov 02 '21 14:11 shwetha-manvinkurke