1
0
의 미러 https://github.com/beego/bee.git synced 2025-09-17 03:02:09 +00:00

beego pro init

This commit is contained in:
yitea
2020-07-04 22:58:03 +08:00
부모 bb5e0435c9
커밋 8758f6eaa1
17개의 변경된 파일1652개의 추가작업 그리고 0개의 파일을 삭제

6
go.mod
파일 보기

@@ -3,11 +3,17 @@ 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/davecgh/go-spew v1.1.1
github.com/flosch/pongo2 v0.0.0-20200529170236-5abacdfa4915
github.com/fsnotify/fsnotify v1.4.9
github.com/gadelkareem/delve v1.4.2-0.20200619175259-dcd01330766f
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/smartwalle/pongo2render v1.0.1
github.com/spf13/viper v1.7.0
gopkg.in/yaml.v2 v2.3.0
)