1
0
forked from sneak/dcf

initial, not sure if it works

This commit is contained in:
2024-05-12 09:37:34 -07:00
commit e4ca1a2ec2
9 changed files with 303 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module git.eeqj.de/sneak/dcf
go 1.22.1
require github.com/shirou/gopsutil v3.21.11+incompatible
require (
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/sys v0.20.0 // indirect
)