阶段性提交

This commit is contained in:
刘祥超
2020-08-21 12:32:16 +08:00
parent d15ff6b246
commit 145f0580fb
181 changed files with 4897 additions and 218 deletions

6
go.mod
View File

@@ -3,9 +3,13 @@ module github.com/TeaOSLab/EdgeAdmin
go 1.14
require (
github.com/go-redis/redis v6.15.8+incompatible // indirect
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/golang/protobuf v1.4.2
github.com/iwind/TeaGo v0.0.0-20200723131229-30dff10543ad
github.com/iwind/TeaGo v0.0.0-20200816132655-f784df8e9c42
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7 // indirect
google.golang.org/grpc v1.30.0
google.golang.org/protobuf v1.23.0
)