统一初始beego mvc 的方法
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
546 B

  1. module golib.gaore.com/GaoreGo/beegoinit
  2. go 1.15
  3. require (
  4. github.com/OwnLocal/goes v1.0.0 // indirect
  5. github.com/aliyun/aliyun-log-go-sdk v0.1.12 // indirect
  6. github.com/astaxie/beego v1.12.2
  7. github.com/go-check/check v0.0.0-20200227125254-8fa46927fb4f // indirect
  8. github.com/go-sql-driver/mysql v1.5.0
  9. github.com/lib/pq v1.0.0
  10. golib.gaore.com/GaoreGo/cast v1.3.2
  11. golib.gaore.com/GaoreGo/goes v1.2.2 // indirect
  12. golib.gaore.com/GaoreGo/grconfig v1.1.0
  13. golib.gaore.com/GaoreGo/grlogs v1.3.5
  14. xorm.io/core v0.7.3
  15. xorm.io/xorm v1.0.2
  16. )