#73 implement PostSignup serverside
Some checks failed
Build Docker Image / Explore-Gitea-Actions (push) Failing after 1m0s

This commit is contained in:
Tim
2024-08-11 18:31:40 +02:00
parent 0df0e7f6f9
commit 21d39ff606
6 changed files with 117 additions and 19 deletions

View File

@@ -3,6 +3,7 @@ module api
go 1.22.5
require (
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/golang-migrate/migrate/v4 v4.17.1
github.com/google/uuid v1.4.0
github.com/mattn/go-sqlite3 v1.14.22