From e06038ddb9b5012a5cd1e567a22af280ea6df03d Mon Sep 17 00:00:00 2001 From: tbphp Date: Thu, 3 Jul 2025 23:22:46 +0800 Subject: [PATCH] fix: go mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 19bc47d..6feb398 100644 --- a/go.mod +++ b/go.mod @@ -8,6 +8,7 @@ require ( github.com/gin-contrib/gzip v1.2.3 github.com/gin-contrib/static v1.1.5 github.com/gin-gonic/gin v1.10.1 + github.com/go-sql-driver/mysql v1.8.1 github.com/joho/godotenv v1.5.1 github.com/sirupsen/logrus v1.9.3 gorm.io/datatypes v1.2.1 @@ -25,7 +26,6 @@ require ( github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect github.com/go-playground/validator/v10 v10.27.0 // indirect - github.com/go-sql-driver/mysql v1.8.1 // indirect github.com/goccy/go-json v0.10.5 // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.5 // indirect