2024-05-12 16:37:34 +00:00
|
|
|
module git.eeqj.de/sneak/dcf
|
|
|
|
|
|
|
|
go 1.22.1
|
|
|
|
|
2024-05-13 16:42:59 +00:00
|
|
|
require (
|
|
|
|
github.com/dustin/go-humanize v1.0.1
|
|
|
|
github.com/shirou/gopsutil v3.21.11+incompatible
|
|
|
|
)
|
2024-05-12 16:37:34 +00:00
|
|
|
|
|
|
|
require (
|
2024-05-13 16:42:59 +00:00
|
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
|
|
github.com/lmittmann/tint v1.0.4 // indirect
|
2024-05-12 16:37:34 +00:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
|
|
)
|