Files
sender/go.mod
T
kdeng00andphoenix e8fda40a31 Namespace change (#4)
Reviewed-on: phoenix/twilio_sender#4
Co-authored-by: kdeng00 <kundeng00@pm.me>
Co-committed-by: kdeng00 <kundeng00@pm.me>
2025-06-19 23:20:18 +00:00

11 lines
199 B
AMPL

module git.kundeng.us/phoenix/twilio_sender
go 1.24.4
require github.com/twilio/twilio-go v1.23.13
require (
github.com/golang/mock v1.6.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
)