1
0
mirror of https://github.com/beego/bee.git synced 2025-07-17 13:12:17 +00:00
Files
bee/go.mod
Waleed Gadelkareem a7697e1e3e fix path
2020-04-18 20:50:07 +02:00

14 lines
288 B
Modula-2

module github.com/gadelkareem/bee
go 1.14
require (
github.com/astaxie/beego v1.12.1
github.com/fsnotify/fsnotify v1.4.9
github.com/go-delve/delve v1.4.0
github.com/go-sql-driver/mysql v1.5.0
github.com/gorilla/websocket v1.4.2
github.com/lib/pq v1.3.0
gopkg.in/yaml.v2 v2.2.8
)