-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathgo.mod
More file actions
72 lines (69 loc) · 2.78 KB
/
go.mod
File metadata and controls
72 lines (69 loc) · 2.78 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
module github.com/DatanoiseTV/tinyice
go 1.25.1
require (
github.com/bogem/id3v2/v2 v2.1.4
github.com/braheezy/shine-mp3 v0.1.0
github.com/datarhei/gosrt v0.10.0
github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8
github.com/glebarez/sqlite v1.11.0
github.com/hajimehoshi/go-mp3 v0.3.4
github.com/kazzmir/opus-go v1.2.1
github.com/pion/webrtc/v4 v4.2.8
github.com/yutopp/go-flv v0.3.1
github.com/yutopp/go-rtmp v0.0.7
go.uber.org/zap v1.27.1
golang.org/x/crypto v0.49.0
golang.org/x/sys v0.42.0
gorm.io/gorm v1.31.1
)
require (
github.com/benburkert/openpgp v0.0.0-20160410205803-c2471f86866c // indirect
github.com/coreos/go-oidc/v3 v3.17.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
github.com/glebarez/go-sqlite v1.22.0 // indirect
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/go-webauthn/webauthn v0.16.1 // indirect
github.com/go-webauthn/x v0.2.2 // indirect
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
github.com/google/go-tpm v0.9.8 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pion/datachannel v1.6.0 // indirect
github.com/pion/dtls/v3 v3.1.2 // indirect
github.com/pion/ice/v4 v4.2.1 // indirect
github.com/pion/interceptor v0.1.44 // indirect
github.com/pion/logging v0.2.4 // indirect
github.com/pion/mdns/v2 v2.1.0 // indirect
github.com/pion/randutil v0.1.0 // indirect
github.com/pion/rtcp v1.2.16 // indirect
github.com/pion/rtp v1.10.1 // indirect
github.com/pion/sctp v1.9.2 // indirect
github.com/pion/sdp/v3 v3.0.18 // indirect
github.com/pion/srtp/v3 v3.0.10 // indirect
github.com/pion/stun/v3 v3.1.1 // indirect
github.com/pion/transport/v4 v4.0.1 // indirect
github.com/pion/turn/v4 v4.1.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/sirupsen/logrus v1.9.4 // indirect
github.com/wlynxg/anet v0.0.5 // indirect
github.com/wneessen/go-mail v0.7.2 // indirect
github.com/x448/float16 v0.8.4 // indirect
github.com/yutopp/go-amf0 v0.1.0 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/net v0.51.0 // indirect
golang.org/x/oauth2 v0.36.0 // indirect
golang.org/x/text v0.35.0 // indirect
golang.org/x/time v0.10.0 // indirect
modernc.org/libc v1.37.6 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.7.2 // indirect
modernc.org/sqlite v1.28.0 // indirect
)