update: res db

This commit is contained in:
ctwj
2025-07-10 01:27:35 +08:00
commit fe2d7bfb63
26 changed files with 2427 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module res_db
go 1.21
require (
github.com/gin-gonic/gin v1.9.1
github.com/lib/pq v1.10.9
github.com/joho/godotenv v1.5.1
github.com/google/uuid v1.4.0
github.com/gin-contrib/cors v1.4.0
)