Initial Release
This commit is contained in:
13
go.mod
Normal file
13
go.mod
Normal file
@@ -0,0 +1,13 @@
|
||||
module kattudden/swayidle-ctrl
|
||||
|
||||
go 1.23.3
|
||||
|
||||
require github.com/shirou/gopsutil v3.21.11+incompatible
|
||||
|
||||
require (
|
||||
github.com/go-ole/go-ole v1.3.0 // indirect
|
||||
github.com/tklauser/go-sysconf v0.3.14 // indirect
|
||||
github.com/tklauser/numcpus v0.9.0 // indirect
|
||||
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
||||
golang.org/x/sys v0.28.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user