Initial commit (code only without large binaries)
This commit is contained in:
21
EdgeCommon/go.mod
Normal file
21
EdgeCommon/go.mod
Normal file
@@ -0,0 +1,21 @@
|
||||
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/lionsoul2014/ip2region/binding/golang v0.0.0-20260202110255-d427b4dcd879 // 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
|
||||
)
|
||||
Reference in New Issue
Block a user