框架慢慢修改
This commit is contained in:
8
go.mod
8
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user