Update api for auth

This commit is contained in:
2024-11-01 15:43:04 +01:00
parent be0f97ab24
commit 34868c53eb
4 changed files with 179 additions and 4 deletions

View File

@@ -6,6 +6,8 @@ require (
github.com/go-chi/chi/v5 v5.1.0
github.com/go-git/go-git/v5 v5.12.0
github.com/go-playground/validator/v10 v10.22.1
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/google/uuid v1.6.0
github.com/mattn/go-sqlite3 v1.14.23
golang.org/x/crypto v0.21.0
)