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-10-20 16:45:03 +08:00
|
|
|
github.com/iwind/TeaGo v0.0.0-20201020081413-7cf62d6f420f
|
2020-11-04 20:54:05 +08:00
|
|
|
github.com/lionsoul2014/ip2region v2.2.0-release+incompatible
|
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
|
|
|
|
|
)
|