mirror of
https://github.com/aler9/gortsplib
synced 2025-10-08 16:40:09 +08:00
14 lines
303 B
Modula-2
14 lines
303 B
Modula-2
module github.com/aler9/gortsplib
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/asticode/go-astits v1.10.0
|
|
github.com/icza/bitio v1.1.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
|
|
)
|