mirror of
https://github.com/Monibuca/plugin-hdl.git
synced 2025-12-24 13:27:50 +08:00
17 lines
331 B
Modula-2
17 lines
331 B
Modula-2
module m7s.live/plugin/hdl/v4
|
|
|
|
go 1.18
|
|
|
|
require github.com/logrusorgru/aurora v2.0.3+incompatible
|
|
|
|
require (
|
|
github.com/zhangpeihao/goamf v0.0.0-20140409082417-3ff2c19514a8
|
|
go.uber.org/zap v1.21.0
|
|
)
|
|
|
|
require (
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|