mirror of
https://github.com/beego/bee.git
synced 2024-11-16 15:20:55 +00:00
14 lines
282 B
Modula-2
14 lines
282 B
Modula-2
module github.com/beego/bee
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/astaxie/beego v1.12.1
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/go-delve/delve v1.4.1
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/lib/pq v1.7.0
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|