mirror of
https://github.com/aler9/gortsplib
synced 2025-10-18 21:14:38 +08:00
24 lines
651 B
Modula-2
24 lines
651 B
Modula-2
module github.com/bluenviron/gortsplib/v4
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/bluenviron/mediacommon v1.9.3
|
|
github.com/google/uuid v1.6.0
|
|
github.com/pion/rtcp v1.2.14
|
|
github.com/pion/rtp v1.8.7-0.20240429002300-bc5124c9d0d0
|
|
github.com/pion/sdp/v3 v3.0.9
|
|
github.com/stretchr/testify v1.9.0
|
|
golang.org/x/net v0.24.0
|
|
)
|
|
|
|
require (
|
|
github.com/asticode/go-astikit v0.30.0 // indirect
|
|
github.com/asticode/go-astits v1.13.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|