Closes #7 Reviewed-on: #8 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
12 lines
240 B
AMPL
12 lines
240 B
AMPL
module git.kundeng.us/phoenix/sender
|
|
|
|
go 1.24.4
|
|
|
|
require github.com/twilio/twilio-go v1.26.3
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
)
|