Closes #5 Reviewed-on: #9 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
14 lines
251 B
AMPL
14 lines
251 B
AMPL
module git.kundeng.us/phoenix/catapult
|
|
|
|
go 1.25.4
|
|
|
|
require (
|
|
git.kundeng.us/phoenix/textsender-models v0.0.10
|
|
github.com/joho/godotenv v1.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
)
|