mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
18 lines
649 B
Modula-2
18 lines
649 B
Modula-2
module github.com/langhuihui/monibuca
|
|
|
|
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/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect
|
|
github.com/gobwas/pool v0.2.0 // indirect
|
|
github.com/gobwas/ws v1.0.2
|
|
github.com/quangngotan95/go-m3u8 v0.1.0
|
|
github.com/shirou/gopsutil v2.19.12+incompatible
|
|
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82 // indirect
|
|
)
|