/ easyshell-agent / go.mod
go.mod
1 module github.com/easyshell-org/easyshell/easyshell-agent 2 3 go 1.24.0 4 5 require ( 6 github.com/gorilla/websocket v1.5.3 7 github.com/shirou/gopsutil/v4 v4.26.1 8 gopkg.in/yaml.v3 v3.0.1 9 ) 10 11 require ( 12 github.com/creack/pty v1.1.24 // indirect 13 github.com/ebitengine/purego v0.9.1 // indirect 14 github.com/go-ole/go-ole v1.2.6 // indirect 15 github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect 16 github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect 17 github.com/tklauser/go-sysconf v0.3.16 // indirect 18 github.com/tklauser/numcpus v0.11.0 // indirect 19 github.com/yusufpapurcu/wmi v1.2.4 // indirect 20 golang.org/x/sys v0.40.0 // indirect 21 )