1
0
mirror of https://github.com/beego/bee.git synced 2025-07-10 01:10:21 +00:00

bump up beego to v2.0.2, bump up swagger ui to v4.6.1

This commit is contained in:
Deng Ming
2022-03-09 23:46:42 +08:00
parent 8f8166b3da
commit e3d0b640df
3 changed files with 265 additions and 78 deletions

17
go.mod
View File

@ -3,22 +3,17 @@ module github.com/beego/bee/v2
go 1.16
require (
github.com/beego/beego/v2 v2.0.1
github.com/beego/beego/v2 v2.0.2
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/go-delve/delve v1.5.0
github.com/go-sql-driver/mysql v1.5.0
github.com/go-sql-driver/mysql v1.6.0
github.com/gorilla/websocket v1.4.2
github.com/lib/pq v1.7.0
github.com/pelletier/go-toml v1.8.1
github.com/lib/pq v1.10.2
github.com/pelletier/go-toml v1.9.2
github.com/smartwalle/pongo2render v1.0.1
github.com/spf13/viper v1.7.0
golang.org/x/mod v0.4.2 // indirect
golang.org/x/sys v0.0.0-20210507014357-30e306a8bba5 // indirect
golang.org/x/tools v0.1.0
gopkg.in/yaml.v2 v2.3.0
honnef.co/go/tools v0.1.4 // indirect
golang.org/x/tools v0.1.2
gopkg.in/yaml.v2 v2.4.0
)
//replace github.com/beego/beego/v2 => ../beego