29 lines
1000 B
Modula-2
29 lines
1000 B
Modula-2
module gopher
|
|
|
|
go 1.25.4
|
|
|
|
require (
|
|
github.com/creack/pty v1.1.24
|
|
github.com/gabemarshall/pty v0.0.0-20220927143247-d84f0bb0c17e
|
|
github.com/kbinani/screenshot v0.0.0-20250624051815-089614a94018
|
|
github.com/shirou/gopsutil/v4 v4.25.10
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1
|
|
golang.org/x/sys v0.38.0
|
|
howett.net/plist v1.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/ebitengine/purego v0.9.1 // indirect
|
|
github.com/gen2brain/shm v0.1.1 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/godbus/dbus/v5 v5.2.0 // indirect
|
|
github.com/jezek/xgb v1.2.0 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
|
|
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.16 // indirect
|
|
github.com/tklauser/numcpus v0.11.0 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
)
|