|
1 | 1 | module ehang.io/nps
|
2 | 2 |
|
3 |
| -go 1.14 |
| 3 | +go 1.15 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - ehang.io/nps-mux v0.0.0-20200617154922-5dc86cc6082a |
7 |
| - fyne.io/fyne v1.3.3 |
8 |
| - github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect |
| 6 | + ehang.io/nps-mux v0.0.0-20210407130203-4afa0c10c992 |
| 7 | + fyne.io/fyne/v2 v2.0.2 |
9 | 8 | github.com/astaxie/beego v1.12.0
|
10 | 9 | github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect
|
11 | 10 | github.com/c4milo/unpackit v0.0.0-20170704181138-4ed373e9ef1c
|
12 | 11 | github.com/ccding/go-stun v0.0.0-20180726100737-be486d185f3d
|
13 | 12 | github.com/dsnet/compress v0.0.1 // indirect
|
14 |
| - github.com/go-ole/go-ole v1.2.4 // indirect |
15 |
| - github.com/golang/snappy v0.0.2 |
| 13 | + github.com/golang/snappy v0.0.3 |
16 | 14 | github.com/hooklift/assert v0.0.0-20170704181755-9d1defd6d214 // indirect
|
17 |
| - github.com/kardianos/service v1.0.0 |
18 |
| - github.com/klauspost/cpuid v1.3.0 // indirect |
| 15 | + github.com/kardianos/service v1.2.0 |
| 16 | + github.com/klauspost/cpuid v1.3.1 // indirect |
| 17 | + github.com/klauspost/cpuid/v2 v2.0.6 // indirect |
19 | 18 | github.com/klauspost/pgzip v1.2.1 // indirect
|
20 |
| - github.com/klauspost/reedsolomon v1.9.9 // indirect |
21 |
| - github.com/mmcloughlin/avo v0.0.0-20200523190732-4439b6b2c061 // indirect |
| 19 | + github.com/klauspost/reedsolomon v1.9.12 // indirect |
22 | 20 | github.com/panjf2000/ants/v2 v2.4.2
|
23 | 21 | github.com/pkg/errors v0.9.1
|
24 | 22 | github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
|
25 |
| - github.com/shirou/gopsutil v2.19.11+incompatible |
26 |
| - github.com/tjfoc/gmsm v1.3.2 // indirect |
| 23 | + github.com/shirou/gopsutil/v3 v3.21.3 |
| 24 | + github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect |
| 25 | + github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect |
| 26 | + github.com/tjfoc/gmsm v1.4.0 // indirect |
27 | 27 | github.com/xtaci/kcp-go v5.4.20+incompatible
|
28 |
| - golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect |
29 |
| - golang.org/x/mod v0.3.0 // indirect |
30 |
| - golang.org/x/net v0.0.0-20200602114024-627f9648deb9 |
31 |
| - golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect |
32 |
| - golang.org/x/tools v0.0.0-20200617042924-7f3f4b10a808 // indirect |
| 28 | + github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae // indirect |
| 29 | + golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect |
| 30 | + golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 |
| 31 | + golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect |
33 | 32 | )
|
34 | 33 |
|
35 | 34 | replace github.com/astaxie/beego => github.com/exfly/beego v1.12.0-export-init
|
0 commit comments