resend / resend-go

Resend's Official Go SDK
https://resend.com
MIT License
98 stars 9 forks source link

unable to install v2.1.0 #19

Closed tonygits closed 1 year ago

tonygits commented 1 year ago

require github.com/resendlabs/resend-go: version "v2.1.0" invalid: should be v0 or v1, not v2

drish commented 1 year ago

hey @tonygits thanks for opening this ticket. Yeah we're aware of that issue, it should be resolved soon. Will update this ticket when its resolved.

drish commented 1 year ago

@tonygits you should be able to install the latest SDK with go get github.com/resendlabs/resend-go/v2 now, let me know if you still run into any issues.

firminochangani commented 1 year ago

@drish It works like a charm 🤝

Screenshot 2023-11-30 at 00 02 53

drish commented 1 year ago

awesome, closing this ticket, feel free open a new one if you need help with anything.