Based on https://github.com/nnevatie/capnwebcpp
1module serverpush
2
3go 1.23.0
4
5toolchain go1.24.2
6
7replace github.com/gocapnweb => ../../
8
9require (
10 github.com/gocapnweb v0.0.0-00010101000000-000000000000
11 github.com/shirou/gopsutil/v3 v3.24.5
12)
13
14require (
15 github.com/go-ole/go-ole v1.2.6 // indirect
16 github.com/gorilla/websocket v1.5.0 // indirect
17 github.com/labstack/echo/v4 v4.13.4 // indirect
18 github.com/labstack/gommon v0.4.2 // indirect
19 github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
20 github.com/mattn/go-colorable v0.1.14 // indirect
21 github.com/mattn/go-isatty v0.0.20 // indirect
22 github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
23 github.com/shoenig/go-m1cpu v0.1.6 // indirect
24 github.com/tklauser/go-sysconf v0.3.12 // indirect
25 github.com/tklauser/numcpus v0.6.1 // indirect
26 github.com/valyala/bytebufferpool v1.0.0 // indirect
27 github.com/valyala/fasttemplate v1.2.2 // indirect
28 github.com/yusufpapurcu/wmi v1.2.4 // indirect
29 golang.org/x/crypto v0.38.0 // indirect
30 golang.org/x/net v0.40.0 // indirect
31 golang.org/x/sys v0.33.0 // indirect
32 golang.org/x/text v0.25.0 // indirect
33 golang.org/x/time v0.11.0 // indirect
34)