mirror of
https://github.com/Monibuca/plugin-summary.git
synced 2025-10-16 03:50:39 +08:00
13 lines
375 B
Modula-2
13 lines
375 B
Modula-2
module github.com/Monibuca/plugin-summary/v3
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Monibuca/engine/v3 v3.0.0-alpha4
|
|
github.com/Monibuca/utils/v3 v3.0.0-alpha4
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
|
github.com/shirou/gopsutil v3.21.1+incompatible
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
)
|