This commit is contained in:
vipg
2026-02-06 15:46:20 +08:00
parent 99ed42aff5
commit 978969b271
13 changed files with 101 additions and 9 deletions

11
code/common/go.mod Normal file
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
)