mirror of
https://github.com/Monibuca/engine.git
synced 2026-04-23 00:07:06 +08:00
15 lines
463 B
Modula-2
15 lines
463 B
Modula-2
module github.com/Monibuca/engine
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
|
github.com/funny/slab v0.0.0-20180511031532-b1fad5e5d478
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/shirou/gopsutil v2.20.1+incompatible
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect
|
|
)
|