Files
asset_helper/backend/api/go.mod
2026-04-08 21:50:48 +08:00

12 lines
193 B
Modula-2

module api
go 1.25
require (
github.com/gin-gonic/gin v1.10.0
github.com/redis/go-redis/v9 v9.7.3
github.com/joho/godotenv v1.5.1
gorm.io/driver/postgres v1.5.11
gorm.io/gorm v1.25.12
)