重命名 api 文件夹为 backend
This commit is contained in:
11
backend/api/go.mod
Normal file
11
backend/api/go.mod
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user