25 lines
684 B
Modula-2
25 lines
684 B
Modula-2
module github.com/TeaOSLab/EdgeReporter
|
|
|
|
go 1.25
|
|
|
|
toolchain go1.25.0
|
|
|
|
replace github.com/TeaOSLab/EdgeCommon => ../EdgeCommon
|
|
|
|
require (
|
|
github.com/TeaOSLab/EdgeCommon v0.0.0-00010101000000-000000000000
|
|
github.com/iwind/TeaGo v0.0.0-20230623080147-cd1e53b4915f
|
|
github.com/iwind/gosock v0.0.0-20210722083328-12b2d66abec3
|
|
golang.org/x/sys v0.38.0
|
|
google.golang.org/grpc v1.78.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
golang.org/x/net v0.47.0 // indirect
|
|
golang.org/x/text v0.31.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
|
|
google.golang.org/protobuf v1.36.10 // indirect
|
|
)
|