20 lines
530 B
Modula-2
20 lines
530 B
Modula-2
module godo
|
|
|
|
go 1.22.5
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/shirou/gopsutil v3.21.11+incompatible
|
|
)
|
|
|
|
require (
|
|
github.com/cavaliergopher/grab/v3 v3.0.1 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/stretchr/testify v1.9.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.19.0 // indirect
|
|
)
|