阶段性提交

This commit is contained in:
GoEdgeLab
2020-07-22 22:17:53 +08:00
parent a39aeb54c8
commit 9a751902f4
85 changed files with 3419 additions and 76 deletions

5
go.mod
View File

@@ -3,9 +3,10 @@ module github.com/TeaOSLab/EdgeAPI
go 1.14
require (
github.com/go-sql-driver/mysql v1.5.0
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/golang/protobuf v1.4.1
github.com/iwind/TeaGo v0.0.0-20200720020412-96dbe21b81d4
github.com/golang/protobuf v1.4.2
github.com/iwind/TeaGo v0.0.0-20200722034406-6bf13920e40d
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7 // indirect
google.golang.org/grpc v1.30.0