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-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-09-26 08:07:07 +08:00
|
|
|
github.com/iwind/TeaGo v0.0.0-20200923021120-f5d76441fe9e
|
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-07-21 11:18:47 +08:00
|
|
|
)
|