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

Merge branch 'develop-2.0' of github.com:astaxie/beego into change_redis_provider

This commit is contained in:
Phillip Stagnet
2020-08-11 09:52:53 +02:00
69 changed files with 2443 additions and 366 deletions

3
go.mod
View File

@ -31,6 +31,9 @@ require (
github.com/syndtr/goleveldb v0.0.0-20181127023241-353a9fca669c // indirect
github.com/wendal/errors v0.0.0-20130201093226-f66c77a7882b // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
golang.org/x/tools v0.0.0-20200117065230-39095c1d176c
google.golang.org/grpc v1.31.0 // indirect
gopkg.in/yaml.v2 v2.2.8
)