nps/go.mod

36 lines
1.5 KiB
Modula-2
Raw Normal View History

2020-01-08 05:57:14 -08:00
module ehang.io/nps
2019-08-09 20:10:01 -07:00
2020-10-05 05:19:35 -07:00
go 1.14
2019-08-09 20:10:01 -07:00
require (
ehang.io/nps-mux v0.0.0-20200617154922-5dc86cc6082a
2020-10-05 05:17:44 -07:00
fyne.io/fyne v1.3.3
2020-01-18 01:10:48 -08:00
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
2019-08-09 20:10:01 -07:00
github.com/astaxie/beego v1.12.0
2020-01-18 01:10:48 -08:00
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect
2019-12-13 20:26:36 -08:00
github.com/c4milo/unpackit v0.0.0-20170704181138-4ed373e9ef1c
2019-08-09 20:10:01 -07:00
github.com/ccding/go-stun v0.0.0-20180726100737-be486d185f3d
2020-01-18 01:10:48 -08:00
github.com/dsnet/compress v0.0.1 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
2020-10-05 05:17:44 -07:00
github.com/golang/snappy v0.0.2
2020-01-18 01:10:48 -08:00
github.com/hooklift/assert v0.0.0-20170704181755-9d1defd6d214 // indirect
2019-12-16 01:15:05 -08:00
github.com/kardianos/service v1.0.0
2020-06-10 08:54:10 -07:00
github.com/klauspost/cpuid v1.3.0 // indirect
2020-01-18 01:10:48 -08:00
github.com/klauspost/pgzip v1.2.1 // indirect
2020-06-10 08:54:10 -07:00
github.com/klauspost/reedsolomon v1.9.9 // indirect
github.com/mmcloughlin/avo v0.0.0-20200523190732-4439b6b2c061 // indirect
2020-10-05 05:17:44 -07:00
github.com/panjf2000/ants/v2 v2.4.2
2020-01-18 01:10:48 -08:00
github.com/pkg/errors v0.9.1
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
2019-12-02 09:52:20 -08:00
github.com/shirou/gopsutil v2.19.11+incompatible
2020-06-10 08:54:10 -07:00
github.com/tjfoc/gmsm v1.3.2 // indirect
2020-01-09 06:59:24 -08:00
github.com/xtaci/kcp-go v5.4.20+incompatible
2020-06-10 08:54:10 -07:00
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
golang.org/x/mod v0.3.0 // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
golang.org/x/tools v0.0.0-20200617042924-7f3f4b10a808 // indirect
2019-08-09 20:10:01 -07:00
)
replace github.com/astaxie/beego => github.com/exfly/beego v1.12.0-export-init