mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
22 lines
610 B
Modula-2
22 lines
610 B
Modula-2
module github.com/aler9/gortsplib
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/asticode/go-astits v1.10.0
|
|
github.com/pion/rtcp v1.2.9
|
|
github.com/pion/rtp v1.7.13
|
|
github.com/pion/sdp/v3 v3.0.5
|
|
github.com/stretchr/testify v1.7.1
|
|
golang.org/x/net v0.0.0-20220526153639-5463443f8c37
|
|
)
|
|
|
|
require (
|
|
github.com/asticode/go-astikit v0.20.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
)
|