21 lines
559 B
Modula-2
21 lines
559 B
Modula-2
module github.com/TeaOSLab/EdgeCommon
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/iwind/TeaGo v0.0.0-20230623080147-cd1e53b4915f
|
|
github.com/oschwald/geoip2-golang v1.13.0
|
|
golang.org/x/net v0.47.0
|
|
google.golang.org/grpc v1.78.0
|
|
google.golang.org/protobuf v1.36.10
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/oschwald/maxminddb-golang v1.13.0 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
golang.org/x/text v0.31.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
|
|
)
|