fix: go mod

This commit is contained in:
tbphp
2025-07-03 23:22:46 +08:00
parent 21fe7cca04
commit e06038ddb9

2
go.mod
View File

@@ -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