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-12-29 18:28:07 +08:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
2020-09-13 20:37:28 +08:00
|
|
|
github.com/TeaOSLab/EdgeCommon v0.0.0-00010101000000-000000000000
|
2020-11-15 11:57:49 +08:00
|
|
|
github.com/aliyun/alibaba-cloud-sdk-go v1.61.641
|
2020-11-23 09:38:09 +08:00
|
|
|
github.com/go-acme/lego/v4 v4.1.2
|
2020-12-29 18:28:07 +08:00
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
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
|
2021-01-03 20:18:07 +08:00
|
|
|
github.com/iwind/TeaGo v0.0.0-20210103021650-62acfa30bcea // indirect
|
2020-11-04 20:54:05 +08:00
|
|
|
github.com/lionsoul2014/ip2region v2.2.0-release+incompatible
|
2020-11-06 11:02:53 +08:00
|
|
|
github.com/mozillazg/go-pinyin v0.18.0
|
2020-09-06 16:19:54 +08:00
|
|
|
github.com/pkg/sftp v1.12.0
|
2020-12-29 18:28:07 +08:00
|
|
|
github.com/shirou/gopsutil v2.20.9+incompatible
|
2020-09-06 16:19:54 +08:00
|
|
|
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
|
2020-12-09 20:44:05 +08:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2020-07-21 17:27:00 +08:00
|
|
|
)
|