Update dependencies (#3)

Reviewed-on: phoenix/twilio_sender#3
Co-authored-by: kdeng00 <kundeng00@pm.me>
Co-committed-by: kdeng00 <kundeng00@pm.me>
This commit is contained in:
kdeng00
2025-06-19 23:44:34 +00:00
committed by phoenix
parent e8fda40a31
commit 8becd6cf89
3 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -2,9 +2,10 @@ module git.kundeng.us/phoenix/twilio_sender
go 1.24.4
require github.com/twilio/twilio-go v1.23.13
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
)