bee/go.mod

20 lines
520 B
Modula-2
Raw Normal View History

2020-12-16 05:20:41 +00:00
module github.com/beego/bee/v2
2021-02-09 15:33:22 +00:00
go 1.16
require (
github.com/beego/beego/v2 v2.0.2
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
github.com/fsnotify/fsnotify v1.4.9
github.com/go-delve/delve v1.5.0
github.com/go-sql-driver/mysql v1.6.0
github.com/gorilla/websocket v1.4.2
github.com/lib/pq v1.10.2
github.com/pelletier/go-toml v1.9.2
2020-07-04 14:58:03 +00:00
github.com/smartwalle/pongo2render v1.0.1
github.com/spf13/viper v1.7.0
golang.org/x/tools v0.1.2
gopkg.in/yaml.v2 v2.4.0
)