51 lines
2.0 KiB
Modula-2
51 lines
2.0 KiB
Modula-2
module github.com/TeaOSLab/EdgeUser
|
|
|
|
go 1.25
|
|
|
|
replace github.com/TeaOSLab/EdgeCommon => ../EdgeCommon
|
|
|
|
require (
|
|
github.com/TeaOSLab/EdgeCommon v0.0.0-00010101000000-000000000000
|
|
github.com/alecthomas/chroma/v2 v2.13.0
|
|
github.com/cespare/xxhash/v2 v2.3.0
|
|
github.com/iwind/TeaGo v0.0.0-20240429060313-31a7bc8e9cc9
|
|
github.com/iwind/gosock v0.0.0-20220505115348-f88412125a62
|
|
github.com/miekg/dns v1.1.59
|
|
github.com/shirou/gopsutil/v3 v3.22.2
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/tealeg/xlsx/v3 v3.2.4
|
|
github.com/xlzd/gotp v0.1.0
|
|
github.com/yuin/goldmark v1.7.1
|
|
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
|
|
golang.org/x/sys v0.38.0
|
|
google.golang.org/grpc v1.78.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/dlclark/regexp2 v1.11.0 // indirect
|
|
github.com/frankban/quicktest v1.11.2 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/google/btree v1.0.0 // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/kr/pretty v0.2.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
|
github.com/oschwald/geoip2-golang v1.13.0 // indirect
|
|
github.com/oschwald/maxminddb-golang v1.13.0 // indirect
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
|
github.com/rogpeppe/fastuuid v1.2.0 // indirect
|
|
github.com/shabbyrobe/xmlwriter v0.0.0-20200208144257-9fca06d00ffa // indirect
|
|
github.com/tklauser/go-sysconf v0.3.9 // indirect
|
|
github.com/tklauser/numcpus v0.3.0 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.2 // 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
|
|
)
|