This commit is contained in:
Akizon77
2025-04-11 17:26:34 +08:00
commit c2a9148d4c
14 changed files with 705 additions and 0 deletions

17
go.mod Normal file
View File

@@ -0,0 +1,17 @@
module komari
go 1.23.2
require (
github.com/gorilla/websocket v1.5.3
github.com/shirou/gopsutil v3.21.11+incompatible
golang.org/x/sys v0.32.0
)
require (
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/stretchr/testify v1.10.0 // indirect
github.com/tklauser/go-sysconf v0.3.15 // indirect
github.com/tklauser/numcpus v0.10.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
)