mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-02 22:10:25 +08:00
32 lines
1.3 KiB
Modula-2
32 lines
1.3 KiB
Modula-2
module github.com/TeaOSLab/EdgeNode
|
|
|
|
go 1.15
|
|
|
|
replace github.com/TeaOSLab/EdgeCommon => ../EdgeCommon
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
|
github.com/TeaOSLab/EdgeCommon v0.0.0-00010101000000-000000000000
|
|
github.com/cespare/xxhash v1.1.0
|
|
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
github.com/go-yaml/yaml v2.1.0+incompatible
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/iwind/TeaGo v0.0.0-20210628135026-38575a4ab060
|
|
github.com/iwind/gofcgi v0.0.0-20210528023741-a92711d45f11
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
|
github.com/lionsoul2014/ip2region v2.2.0-release+incompatible
|
|
github.com/mattn/go-sqlite3 v1.14.7
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/mssola/user_agent v0.5.2
|
|
github.com/shirou/gopsutil v3.21.5+incompatible
|
|
github.com/tklauser/go-sysconf v0.3.6 // indirect
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
|
|
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
|
|
golang.org/x/text v0.3.6
|
|
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced // indirect
|
|
google.golang.org/grpc v1.38.0
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
|
)
|