tsk-5: Fetch token (#9)

Closes #5

Reviewed-on: #9
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-11-28 16:54:11 +00:00
committed by phoenix
parent c47941acaf
commit cef7f8a150
9 changed files with 171 additions and 13 deletions
+10
View File
@@ -1,3 +1,13 @@
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
)