mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
12 lines
210 B
Modula-2
12 lines
210 B
Modula-2
module github.com/aler9/gortsplib
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/icza/bitio v1.0.0
|
|
github.com/pion/rtcp v1.2.4
|
|
github.com/pion/rtp v1.6.1
|
|
github.com/pion/sdp/v3 v3.0.2
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|