Update go (#12)
Reviewed-on: #12 Co-authored-by: phoenix <mail@kundeng.us> Co-committed-by: phoenix <mail@kundeng.us>
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
module git.kundeng.us/phoenix/swoosh
|
||||
|
||||
go 1.25.4
|
||||
go 1.26.1
|
||||
|
||||
require (
|
||||
git.kundeng.us/phoenix/textsender-models v0.1.6
|
||||
github.com/twilio/twilio-go v1.28.8
|
||||
git.kundeng.us/phoenix/textsender-models v0.2.0
|
||||
github.com/twilio/twilio-go v1.30.4
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
|
||||
github.com/golang-jwt/jwt/v5 v5.3.1 // 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
|
||||
|
||||
Reference in New Issue
Block a user