-
Notifications
You must be signed in to change notification settings - Fork 201
/
go.mod
47 lines (44 loc) · 1.71 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module m7s.live/engine/v4
go 1.20
require (
github.com/bluenviron/gortsplib/v4 v4.6.2
github.com/bluenviron/mediacommon v1.5.1
github.com/deepch/vdk v0.0.27
github.com/google/uuid v1.4.0
github.com/logrusorgru/aurora/v4 v4.0.0
github.com/mcuadros/go-defaults v1.2.0
github.com/pion/rtp v1.8.3
github.com/pion/webrtc/v3 v3.2.20
github.com/q191201771/naza v0.30.48
github.com/quic-go/quic-go v0.38.1
github.com/shirou/gopsutil/v3 v3.23.8
go.uber.org/zap v1.26.0
golang.org/x/net v0.19.0
golang.org/x/sync v0.3.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/denisbrodbeck/machineid v1.0.1
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/google/pprof v0.0.0-20230309165930-d61513b1440d // indirect
github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect
github.com/onsi/ginkgo/v2 v2.9.5 // indirect
github.com/pion/randutil v0.1.0 // indirect
github.com/pkg/errors v0.9.1
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
github.com/quic-go/qtls-go1-20 v0.3.3 // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/yapingcat/gomedia v0.0.0-20230905155010-55b9713fcec1
github.com/yusufpapurcu/wmi v1.2.3 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/tools v0.13.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)