This commit is contained in:
2026-03-20 21:41:00 +08:00
commit 3d1d4cf506
53 changed files with 7105 additions and 0 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module exam_registration
go 1.21
require (
github.com/gin-gonic/gin v1.9.1
gorm.io/gorm v1.25.5
gorm.io/driver/mysql v1.5.2
github.com/spf13/viper v1.18.2
github.com/golang-jwt/jwt/v5 v5.2.0
github.com/google/uuid v1.5.0
)