2020-09-13 19:27:47 +08:00
|
|
|
module github.com/TeaOSLab/EdgeCommon
|
|
|
|
|
|
2024-04-12 16:48:15 +08:00
|
|
|
go 1.21
|
2020-09-13 19:27:47 +08:00
|
|
|
|
|
|
|
|
require (
|
2023-06-28 09:12:13 +08:00
|
|
|
github.com/iwind/TeaGo v0.0.0-20230623080147-cd1e53b4915f
|
2024-04-21 20:27:38 +08:00
|
|
|
golang.org/x/net v0.24.0
|
2024-04-12 16:48:15 +08:00
|
|
|
google.golang.org/grpc v1.62.0
|
|
|
|
|
google.golang.org/protobuf v1.33.0
|
2023-06-28 09:12:13 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2020-09-13 19:27:47 +08:00
|
|
|
)
|
2022-07-07 09:19:15 +08:00
|
|
|
|
|
|
|
|
require (
|
2024-04-12 16:48:15 +08:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-07-11 19:47:05 +08:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2024-04-21 20:27:38 +08:00
|
|
|
golang.org/x/sys v0.19.0 // indirect
|
2024-04-12 16:48:15 +08:00
|
|
|
golang.org/x/text v0.14.0 // indirect
|
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240228224816-df926f6c8641 // indirect
|
2022-07-07 09:19:15 +08:00
|
|
|
)
|