Reviewed-on: phoenix/twilio_sender#1
Co-authored-by: kdeng00 <kundeng94@gmail.com>
Co-committed-by: kdeng00 <kundeng94@gmail.com>
This commit is contained in:
kdeng00
2024-08-24 21:20:30 +00:00
committed by phoenix
parent fda603e0c0
commit 7b55ff5be2
14 changed files with 383 additions and 30 deletions
+9
View File
@@ -0,0 +1,9 @@
module git.kundeng.us/phoenix/twilio_sender
go 1.21.6
require (
github.com/golang/mock v1.6.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/twilio/twilio-go v1.16.1 // indirect
)