mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
24 lines
753 B
Modula-2
24 lines
753 B
Modula-2
module m7s.live/m7s/v5
|
|
|
|
go 1.22
|
|
|
|
require github.com/quic-go/quic-go v0.42.0
|
|
|
|
require (
|
|
github.com/bluenviron/mediacommon v1.9.2
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
|
|
github.com/logrusorgru/aurora/v4 v4.0.0
|
|
github.com/mcuadros/go-defaults v1.2.0
|
|
github.com/onsi/ginkgo/v2 v2.9.5 // indirect
|
|
go.uber.org/mock v0.4.0 // indirect
|
|
golang.org/x/crypto v0.4.0 // indirect
|
|
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db // indirect
|
|
golang.org/x/mod v0.11.0 // indirect
|
|
golang.org/x/net v0.10.0 // indirect
|
|
golang.org/x/sync v0.6.0
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
golang.org/x/tools v0.9.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|