框架慢慢修改

This commit is contained in:
zhangchao
2024-07-04 19:15:44 +08:00
parent d79e6bdaba
commit 82eadb8921
13 changed files with 152 additions and 96 deletions

8
go.mod
View File

@@ -8,9 +8,13 @@ require (
github.com/go-ini/ini v1.67.0
github.com/gorilla/websocket v1.5.1
golang.org/x/crypto v0.14.0
gorm.io/driver/mysql v1.5.6
)
require github.com/jinzhu/now v1.1.5 // indirect
require (
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
)
require (
github.com/bytedance/sonic v1.9.1 // indirect
@@ -37,5 +41,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
gorm.io/gorm v1.25.7
)