Files
swoosh/go.mod
T
phoenixandphoenix 5c97c4bcd6
Go CI / Test (push) Failing after 6s
Go Release / build-and-release (pull_request) Successful in 6s
Go CI / Test (pull_request) Failing after 6s
Update go (#13)
Reviewed-on: #13
Co-authored-by: phoenix <mail@kundeng.us>
Co-committed-by: phoenix <mail@kundeng.us>
2026-05-03 16:09:11 -04:00

16 lines
337 B
AMPL

module git.kundeng.us/phoenix/swoosh
go 1.26.2
require (
git.kundeng.us/phoenix/textsender-models v0.2.1
github.com/twilio/twilio-go v1.30.5
)
require (
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
)