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

Bean: Support autowire by tag

Orm: Support default value filter
This commit is contained in:
Ming Deng
2020-08-13 14:14:10 +08:00
parent a1b7fd3c93
commit bdec93986b
14 changed files with 712 additions and 0 deletions

1
go.mod
View File

@ -35,6 +35,7 @@ require (
golang.org/x/tools v0.0.0-20200117065230-39095c1d176c
google.golang.org/grpc v1.31.0 // indirect
gopkg.in/yaml.v2 v2.2.8
github.com/pkg/errors v0.9.1
)
replace golang.org/x/crypto v0.0.0-20181127143415-eb0de9b17e85 => github.com/golang/crypto v0.0.0-20181127143415-eb0de9b17e85