1
0
mirror of https://github.com/beego/bee.git synced 2025-06-14 23:50:39 +00:00

using beego to rerwite all commands

This commit is contained in:
Ming Deng
2020-11-05 23:52:08 +08:00
parent fa7aee4d01
commit f2a93c8c75
13 changed files with 161 additions and 45 deletions

8
go.mod
View File

@ -3,8 +3,7 @@ module github.com/beego/bee
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/astaxie/beego v1.12.1
github.com/astaxie/beego v1.12.2-0.20201105155152-20a0de6bd075
github.com/davecgh/go-spew v1.1.1
github.com/flosch/pongo2 v0.0.0-20200529170236-5abacdfa4915
github.com/fsnotify/fsnotify v1.4.9
@ -12,9 +11,10 @@ require (
github.com/go-sql-driver/mysql v1.5.0
github.com/gorilla/websocket v1.4.2
github.com/lib/pq v1.7.0
github.com/pelletier/go-toml v1.2.0
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect
github.com/pelletier/go-toml v1.8.1
github.com/smartwalle/pongo2render v1.0.1
github.com/spf13/viper v1.7.0
gopkg.in/yaml.v2 v2.3.0
)
//replace github.com/astaxie/beego => ../beego