mirror of
https://github.com/Monibuca/plugin-summary.git
synced 2025-09-26 19:21:18 +08:00
13 lines
331 B
Modula-2
13 lines
331 B
Modula-2
module github.com/Monibuca/plugin-summary/v3
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Monibuca/engine/v3 v3.4.5
|
|
github.com/Monibuca/utils/v3 v3.0.5
|
|
github.com/StackExchange/wmi v1.2.1 // indirect
|
|
github.com/gogf/gf v1.16.6 // indirect
|
|
github.com/shirou/gopsutil v3.21.6+incompatible
|
|
github.com/tklauser/go-sysconf v0.3.9 // indirect
|
|
)
|