added tests
Some checks failed
Run Integration Tests / test (push) Failing after 12s

This commit is contained in:
partisan 2024-12-05 00:24:47 +01:00
parent 72d76c85ed
commit c8a5ae02c0
8 changed files with 511 additions and 21 deletions

14
tests/go.mod Normal file
View file

@ -0,0 +1,14 @@
module tests
go 1.20
require github.com/shirou/gopsutil v3.21.11+incompatible
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.14 // indirect
github.com/tklauser/numcpus v0.8.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/sys v0.28.0 // indirect
)