This repository has been archived on 2026-04-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Exam_registration/go.mod
2026-03-20 21:41:00 +08:00

13 lines
231 B
Modula-2

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
)