2020-07-21 17:27:00 +08:00
|
|
|
module github.com/TeaOSLab/EdgeAPI
|
|
|
|
|
|
2020-09-13 20:37:28 +08:00
|
|
|
go 1.15
|
|
|
|
|
|
|
|
|
|
replace github.com/TeaOSLab/EdgeCommon => ../EdgeCommon
|
2020-07-21 17:27:00 +08:00
|
|
|
|
|
|
|
|
require (
|
2020-09-13 20:37:28 +08:00
|
|
|
github.com/TeaOSLab/EdgeCommon v0.0.0-00010101000000-000000000000
|
2020-07-22 22:17:53 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2020-07-21 17:27:00 +08:00
|
|
|
github.com/go-yaml/yaml v2.1.0+incompatible
|
2020-07-22 22:17:53 +08:00
|
|
|
github.com/golang/protobuf v1.4.2
|
2020-09-23 10:12:57 +08:00
|
|
|
github.com/iwind/TeaGo v0.0.0-20200923021120-f5d76441fe9e
|
2020-09-16 20:29:18 +08:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
2020-09-06 16:19:54 +08:00
|
|
|
github.com/pkg/sftp v1.12.0
|
|
|
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
2020-09-13 20:37:28 +08:00
|
|
|
google.golang.org/grpc v1.32.0
|
2020-07-21 17:27:00 +08:00
|
|
|
google.golang.org/protobuf v1.25.0
|
|
|
|
|
)
|