2020-01-08 13:57:14 +00:00
|
|
|
module ehang.io/nps
|
2019-08-10 03:10:01 +00:00
|
|
|
|
2019-12-14 10:35:27 +00:00
|
|
|
go 1.13
|
2019-08-10 03:10:01 +00:00
|
|
|
|
|
|
|
require (
|
2019-12-14 10:35:27 +00:00
|
|
|
fyne.io/fyne v1.2.0
|
2019-08-10 03:10:01 +00:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
|
|
|
github.com/astaxie/beego v1.12.0
|
2019-12-16 09:15:05 +00:00
|
|
|
github.com/bradfitz/iter v0.0.0-20190303215204-33e6a9893b0c // indirect
|
2019-12-14 04:26:36 +00:00
|
|
|
github.com/c4milo/unpackit v0.0.0-20170704181138-4ed373e9ef1c
|
2019-08-10 03:10:01 +00:00
|
|
|
github.com/ccding/go-stun v0.0.0-20180726100737-be486d185f3d
|
2019-12-14 04:26:36 +00:00
|
|
|
github.com/dsnet/compress v0.0.1 // indirect
|
2019-08-10 03:10:01 +00:00
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
|
|
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db
|
2019-12-16 09:15:05 +00:00
|
|
|
github.com/hooklift/assert v0.0.0-20170704181755-9d1defd6d214 // indirect
|
|
|
|
github.com/kardianos/service v1.0.0
|
2019-08-10 03:10:01 +00:00
|
|
|
github.com/klauspost/cpuid v1.2.1 // indirect
|
2019-12-14 04:26:36 +00:00
|
|
|
github.com/klauspost/pgzip v1.2.1 // indirect
|
2019-09-24 14:29:31 +00:00
|
|
|
github.com/klauspost/reedsolomon v1.9.2 // indirect
|
2019-11-02 14:59:52 +00:00
|
|
|
github.com/panjf2000/ants/v2 v2.2.2
|
2019-12-13 14:26:41 +00:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-08-10 03:10:01 +00:00
|
|
|
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
|
2019-12-02 17:52:20 +00:00
|
|
|
github.com/shirou/gopsutil v2.19.11+incompatible
|
2019-08-10 03:10:01 +00:00
|
|
|
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
|
2019-09-24 14:29:31 +00:00
|
|
|
github.com/templexxx/xor v0.0.0-20181023030647-4e92f724b73b // indirect
|
|
|
|
github.com/tjfoc/gmsm v1.0.1 // indirect
|
2019-08-10 03:10:01 +00:00
|
|
|
github.com/xtaci/kcp-go v5.4.4+incompatible
|
|
|
|
github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae // indirect
|
2019-12-13 14:26:41 +00:00
|
|
|
golang.org/x/net v0.0.0-20181220203305-927f97764cc3
|
2019-08-10 03:10:01 +00:00
|
|
|
golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect
|
|
|
|
)
|
|
|
|
|
|
|
|
replace github.com/astaxie/beego => github.com/exfly/beego v1.12.0-export-init
|