2020-07-21 11:18:47 +08:00
|
|
|
module github.com/TeaOSLab/EdgeNode
|
|
|
|
|
|
2020-09-13 20:37:40 +08:00
|
|
|
go 1.15
|
|
|
|
|
|
|
|
|
|
replace github.com/TeaOSLab/EdgeCommon => ../EdgeCommon
|
2020-07-21 11:18:47 +08:00
|
|
|
|
|
|
|
|
require (
|
2020-09-09 18:53:53 +08:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
2020-09-13 20:37:40 +08:00
|
|
|
github.com/TeaOSLab/EdgeCommon v0.0.0-00010101000000-000000000000
|
2020-10-08 15:06:42 +08:00
|
|
|
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
|
2020-09-26 11:22:21 +08:00
|
|
|
github.com/dchest/siphash v1.2.1
|
2020-09-09 18:53:53 +08:00
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
2020-07-21 11:18:47 +08:00
|
|
|
github.com/go-yaml/yaml v2.1.0+incompatible
|
2020-10-27 12:33:34 +08:00
|
|
|
github.com/golang/protobuf v1.4.2
|
2020-10-20 20:30:02 +08:00
|
|
|
github.com/iwind/TeaGo v0.0.0-20201020081413-7cf62d6f420f
|
2020-11-09 10:45:44 +08:00
|
|
|
github.com/lionsoul2014/ip2region v2.2.0-release+incompatible
|
2020-10-02 17:22:38 +08:00
|
|
|
github.com/shirou/gopsutil v2.20.9+incompatible
|
2020-09-09 18:53:53 +08:00
|
|
|
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7
|
2020-09-13 20:37:40 +08:00
|
|
|
google.golang.org/grpc v1.32.0
|
2020-10-08 15:06:42 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
2020-07-21 11:18:47 +08:00
|
|
|
)
|