This commit is contained in:
pavel 2026-05-10 20:54:14 +02:00
commit 4f6d7cfe60
16 changed files with 1341 additions and 0 deletions

9
go.mod Normal file
View file

@ -0,0 +1,9 @@
module skills2
go 1.22.0
require (
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.10.9
)