mirror of
https://github.com/Monibuca/engine.git
synced 2025-12-24 13:18:07 +08:00
17 lines
573 B
Modula-2
17 lines
573 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/funny/utest v0.0.0-20161029064919-43870a374500 // indirect
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
|
|
github.com/mattn/go-colorable v0.1.6
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/shirou/gopsutil v2.20.1+incompatible
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
)
|