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

Fix static check

This commit is contained in:
Ming Deng
2021-05-07 21:10:49 +08:00
parent 7b3d1b5f64
commit 6b1c370fd0
4 changed files with 24 additions and 10 deletions

5
go.mod
View File

@ -14,8 +14,11 @@ 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
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
)
//replace github.com/beego/beego/v2 => ../beego