diff options
Diffstat (limited to 'go-sysmon/go.mod')
| -rw-r--r-- | go-sysmon/go.mod | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/go-sysmon/go.mod b/go-sysmon/go.mod new file mode 100644 index 0000000..6613f73 --- /dev/null +++ b/go-sysmon/go.mod @@ -0,0 +1,17 @@ +module esp8266-sysmon + +go 1.23.4 + +require ( + github.com/creack/goselect v0.1.2 // indirect + github.com/ebitengine/purego v0.8.4 // indirect + github.com/go-ole/go-ole v1.2.6 // indirect + github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect + github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect + github.com/shirou/gopsutil/v4 v4.25.7 // 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 + go.bug.st/serial v1.6.4 // indirect + golang.org/x/sys v0.34.0 // indirect +) |