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

Bee fix command

This commit is contained in:
Ming Deng
2020-10-15 21:40:16 +08:00
parent e0fd237002
commit 29e5fadf6a
6 changed files with 305 additions and 205 deletions

1
go.mod
View File

@ -13,6 +13,7 @@ require (
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/smartwalle/pongo2render v1.0.1
github.com/spf13/viper v1.7.0
gopkg.in/yaml.v2 v2.3.0