experiment (#12)
Reviewed-on: #12 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
@@ -2,10 +2,15 @@ module git.kundeng.us/phoenix/sender
|
||||
|
||||
go 1.25.3
|
||||
|
||||
require github.com/twilio/twilio-go v1.26.3
|
||||
require (
|
||||
git.kundeng.us/phoenix/swoosh v0.0.1-main-3a21426ae1-556
|
||||
git.kundeng.us/phoenix/textsender-models v0.0.7-5-9bc1743bd9-556
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
|
||||
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
|
||||
github.com/twilio/twilio-go v1.28.6 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user