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

using beego v2

This commit is contained in:
Ming Deng
2020-12-14 13:08:47 +08:00
parent 9d68c302bd
commit cdb41fad3f
16 changed files with 38 additions and 38 deletions

4
go.mod
View File

@ -3,7 +3,7 @@ module github.com/beego/bee
go 1.13
require (
github.com/beego/beego v1.12.4-0.20201213162117-e2a859d1564a
github.com/beego/beego/v2 v2.0.0
github.com/davecgh/go-spew v1.1.1
github.com/flosch/pongo2 v0.0.0-20200529170236-5abacdfa4915
github.com/fsnotify/fsnotify v1.4.9
@ -17,4 +17,4 @@ require (
gopkg.in/yaml.v2 v2.3.0
)
//replace github.com/beego/beego => ../beego
//replace github.com/beego/beego/v2 => ../beego