13 lines
231 B
Modula-2
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
|
|
)
|