mirror of
https://github.com/xslasd/go-license.git
synced 2025-12-24 12:57:55 +08:00
17 lines
543 B
Modula-2
17 lines
543 B
Modula-2
module github.com/xslasd/go-license
|
|
|
|
go 1.20
|
|
|
|
require github.com/shirou/gopsutil/v4 v4.24.11
|
|
|
|
require (
|
|
github.com/ebitengine/purego v0.8.1 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
|
github.com/tklauser/go-sysconf v0.3.12 // indirect
|
|
github.com/tklauser/numcpus v0.6.1 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
)
|