Reviewed-on: #7 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
16 lines
338 B
AMPL
16 lines
338 B
AMPL
module git.kundeng.us/phoenix/swoosh
|
|
|
|
go 1.25.4
|
|
|
|
require (
|
|
git.kundeng.us/phoenix/textsender-models v0.0.11
|
|
github.com/twilio/twilio-go v1.28.8
|
|
)
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
)
|