mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-02 11:50:26 +08:00
19 lines
435 B
Modula-2
19 lines
435 B
Modula-2
module github.com/TeaOSLab/EdgeCommon
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/iwind/TeaGo v0.0.0-20230623080147-cd1e53b4915f
|
|
golang.org/x/net v0.8.0
|
|
google.golang.org/grpc v1.45.0
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
golang.org/x/text v0.8.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20220317150908-0efb43f6373e // indirect
|
|
)
|