阶段性提交

This commit is contained in:
GoEdgeLab
2020-09-13 20:37:28 +08:00
parent 84868c1a0b
commit dc79c661d7
89 changed files with 1364 additions and 12899 deletions

9
go.mod
View File

@@ -1,14 +1,17 @@
module github.com/TeaOSLab/EdgeAPI
go 1.14
go 1.15
replace github.com/TeaOSLab/EdgeCommon => ../EdgeCommon
require (
github.com/TeaOSLab/EdgeCommon v0.0.0-00010101000000-000000000000
github.com/go-sql-driver/mysql v1.5.0
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/golang/protobuf v1.4.2
github.com/iwind/TeaGo v0.0.0-20200727075925-7e7e67b44f2d
github.com/iwind/TeaGo v0.0.0-20200910072805-729cffe36729
github.com/pkg/sftp v1.12.0
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
google.golang.org/grpc v1.30.0
google.golang.org/grpc v1.32.0
google.golang.org/protobuf v1.25.0
)