mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-03 15:00:27 +08:00
27 lines
922 B
Modula-2
27 lines
922 B
Modula-2
module github.com/TeaOSLab/EdgeAPI
|
|
|
|
go 1.16
|
|
|
|
replace github.com/TeaOSLab/EdgeCommon => ../EdgeCommon
|
|
|
|
require (
|
|
github.com/TeaOSLab/EdgeCommon v0.0.0-00010101000000-000000000000
|
|
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1183
|
|
github.com/andybalholm/brotli v1.0.4
|
|
github.com/cespare/xxhash/v2 v2.1.1
|
|
github.com/go-acme/lego/v4 v4.5.2
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/iwind/TeaGo v0.0.0-20220408064305-92be81dc2f7c
|
|
github.com/iwind/gosock v0.0.0-20210722083328-12b2d66abec3
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/mozillazg/go-pinyin v0.18.0
|
|
github.com/pkg/sftp v1.12.0
|
|
github.com/shirou/gopsutil/v3 v3.22.2
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
|
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
|
|
google.golang.org/grpc v1.45.0
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|