mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 23:52:46 +08:00
24 lines
635 B
Modula-2
24 lines
635 B
Modula-2
module github.com/bluenviron/gortsplib/v3
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/asticode/go-astits v1.11.0
|
|
github.com/bluenviron/mediacommon v0.3.1
|
|
github.com/google/uuid v1.3.0
|
|
github.com/pion/rtcp v1.2.10
|
|
github.com/pion/rtp v0.0.0-20230107162714-c3ea6851e25b
|
|
github.com/pion/sdp/v3 v3.0.6
|
|
github.com/stretchr/testify v1.8.2
|
|
golang.org/x/net v0.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/asticode/go-astikit v0.30.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.7.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|