mirror of
https://github.com/Monibuca/engine.git
synced 2025-10-06 09:06:52 +08:00
12 lines
245 B
Modula-2
12 lines
245 B
Modula-2
module github.com/Monibuca/engine/v3
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/Monibuca/utils/v3 v3.0.0-beta
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
|
github.com/pion/rtp v1.6.5
|
|
github.com/pkg/errors v0.9.1
|
|
)
|