diff options
| author | Blaster4385 <[email protected]> | 2025-10-29 10:49:58 +0530 |
|---|---|---|
| committer | Blaster4385 <[email protected]> | 2025-10-29 10:49:58 +0530 |
| commit | 6a253bf6fcd845b1abbcf5cf3064196793f1a0bd (patch) | |
| tree | 71238c3fc04df6f0f38fee6ab1e8f0f254c5e3ed /go-sysmon/go.mod | |
| parent | 9a7fd378324a514b1baff96f0ee86b21e6406fe7 (diff) | |
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 +) |