2020-06-19 15:15:22 +00:00
|
|
|
module github.com/beego/bee
|
|
|
|
|
2020-06-20 03:13:58 +00:00
|
|
|
go 1.13
|
2020-06-19 15:15:22 +00:00
|
|
|
|
|
|
|
require (
|
2020-07-04 14:58:03 +00:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2020-06-19 15:15:22 +00:00
|
|
|
github.com/astaxie/beego v1.12.1
|
2020-07-04 14:58:03 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
|
|
|
github.com/flosch/pongo2 v0.0.0-20200529170236-5abacdfa4915
|
2020-06-19 15:15:22 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2020-06-19 18:02:57 +00:00
|
|
|
github.com/gadelkareem/delve v1.4.2-0.20200619175259-dcd01330766f
|
2020-06-19 15:15:22 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
|
|
github.com/gorilla/websocket v1.4.2
|
2020-06-19 18:02:57 +00:00
|
|
|
github.com/lib/pq v1.7.0
|
2020-07-04 14:58:03 +00:00
|
|
|
github.com/pelletier/go-toml v1.2.0
|
|
|
|
github.com/smartwalle/pongo2render v1.0.1
|
|
|
|
github.com/spf13/viper v1.7.0
|
2020-06-19 18:02:57 +00:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-06-19 15:15:22 +00:00
|
|
|
)
|