mirror of
https://github.com/beego/bee.git
synced 2025-07-10 01:10:21 +00:00
Add bee generate routers command
This commit is contained in:
3
go.mod
3
go.mod
@ -1,6 +1,6 @@
|
||||
module github.com/beego/bee/v2
|
||||
|
||||
go 1.13
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/beego/beego/v2 v2.0.1
|
||||
@ -14,6 +14,7 @@ require (
|
||||
github.com/pelletier/go-toml v1.8.1
|
||||
github.com/smartwalle/pongo2render v1.0.1
|
||||
github.com/spf13/viper v1.7.0
|
||||
golang.org/x/tools v0.0.0-20201211185031-d93e913c1a58
|
||||
gopkg.in/yaml.v2 v2.3.0
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user