|
|
|
@ -6,6 +6,8 @@ require (
|
|
|
|
github.com/astaxie/beego v1.12.3
|
|
|
|
github.com/astaxie/beego v1.12.3
|
|
|
|
github.com/go-sql-driver/mysql v1.9.3
|
|
|
|
github.com/go-sql-driver/mysql v1.9.3
|
|
|
|
github.com/satori/go.uuid v1.2.0
|
|
|
|
github.com/satori/go.uuid v1.2.0
|
|
|
|
|
|
|
|
gorm.io/driver/mysql v1.6.0
|
|
|
|
|
|
|
|
gorm.io/gorm v1.30.0
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
require (
|
|
|
|
@ -56,6 +58,4 @@ require (
|
|
|
|
google.golang.org/protobuf v1.23.0 // indirect
|
|
|
|
google.golang.org/protobuf v1.23.0 // indirect
|
|
|
|
gopkg.in/ini.v1 v1.51.0 // indirect
|
|
|
|
gopkg.in/ini.v1 v1.51.0 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
|
|
gorm.io/driver/mysql v1.6.0 // indirect
|
|
|
|
|
|
|
|
gorm.io/gorm v1.30.0 // indirect
|
|
|
|
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|