This commit is contained in:
vipg
2026-02-06 15:51:22 +08:00
parent 85a3c846e3
commit fdf1757f88
14 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
module code/common
go 1.25.7
require (
github.com/gin-gonic/gin v1.9.1
github.com/jmoiron/sqlx v1.3.5
github.com/redis/go-redis/v9 v9.3.0
go.uber.org/zap v1.26.0
github.com/lib/pq v1.10.9
)

View File