mirror of
https://github.com/fankes/komari-agent.git
synced 2025-10-18 18:49:23 +08:00
18 lines
439 B
Modula-2
18 lines
439 B
Modula-2
module github.com/komari-monitor/komari-agent
|
|
|
|
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
|
|
)
|