40 lines
1.4 KiB
Modula-2
40 lines
1.4 KiB
Modula-2
module github.com/TeaOSLab/EdgeDNS
|
|
|
|
go 1.25
|
|
|
|
replace github.com/TeaOSLab/EdgeCommon => ../EdgeCommon
|
|
|
|
require (
|
|
github.com/TeaOSLab/EdgeCommon v0.0.0-00010101000000-000000000000
|
|
github.com/google/nftables v0.2.0
|
|
github.com/iwind/TeaGo v0.0.0-20240128112714-6bcd0529d0ea
|
|
github.com/iwind/gosock v0.0.0-20220505115348-f88412125a62
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
|
github.com/mdlayher/netlink v1.7.2
|
|
github.com/miekg/dns v1.1.58
|
|
github.com/shirou/gopsutil/v3 v3.24.2
|
|
golang.org/x/sys v0.38.0
|
|
google.golang.org/grpc v1.78.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/josharian/native v1.1.0 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
|
github.com/mdlayher/socket v0.5.0 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.13 // indirect
|
|
github.com/tklauser/numcpus v0.7.0 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
golang.org/x/mod v0.29.0 // indirect
|
|
golang.org/x/net v0.47.0 // indirect
|
|
golang.org/x/sync v0.18.0 // indirect
|
|
golang.org/x/text v0.31.0 // indirect
|
|
golang.org/x/tools v0.38.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
|
|
google.golang.org/protobuf v1.36.10 // indirect
|
|
)
|