forked from bluenviron/gortsplib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 792 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 792 Bytes
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
module github.com/bluenviron/gortsplib/v5
go 1.25.0
require (
github.com/bluenviron/mediacommon/v2 v2.8.3
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.3
github.com/pion/rtcp v1.2.16
github.com/pion/rtp v1.10.1
github.com/pion/sdp/v3 v3.0.18
github.com/pion/srtp/v3 v3.0.10
github.com/stretchr/testify v1.11.1
golang.org/x/net v0.52.0
)
require (
github.com/asticode/go-astikit v0.30.0 // indirect
github.com/asticode/go-astits v1.15.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pion/logging v0.2.4 // indirect
github.com/pion/randutil v0.1.0 // indirect
github.com/pion/transport/v4 v4.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.42.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)