gorm.io/gorm

This commit is contained in:
张超
2024-01-23 18:29:13 +08:00
parent 47c62ea31d
commit 7dc9fc3804
5 changed files with 38 additions and 34 deletions

5
go.mod
View File

@@ -7,10 +7,11 @@ require (
github.com/gin-gonic/gin v1.9.1
github.com/go-ini/ini v1.67.0
github.com/gorilla/websocket v1.5.1
github.com/jinzhu/gorm v1.9.16
golang.org/x/crypto v0.14.0
)
require github.com/jinzhu/now v1.1.5 // indirect
require (
github.com/bytedance/sonic v1.9.1 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
@@ -19,7 +20,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.14.0 // indirect
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
@@ -37,4 +37,5 @@ require (
golang.org/x/text v0.13.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gorm.io/gorm v1.25.5
)