bee/go.mod

20 lines
687 B
Modula-2

module github.com/beego/bee
go 1.12
require (
github.com/astaxie/beego v1.10.0
github.com/fsnotify/fsnotify v1.4.7
github.com/go-delve/delve v1.3.2
github.com/go-sql-driver/mysql v1.2.1-0.20160113114805-6fd058ce0d6b
github.com/gorilla/websocket v1.1.1-0.20170302224613-b258b4fadb57
github.com/lib/pq v0.0.0-20160806144029-80f8150043c8
github.com/peterh/liner v1.1.0 // indirect
github.com/rogpeppe/go-internal v1.5.2 // indirect
golang.org/x/mod v0.2.0 // indirect
golang.org/x/tools v0.0.0-20200119215504-eb0d8dd85bcc // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
gopkg.in/yaml.v2 v2.2.1
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
)