mirror of
https://github.com/aler9/gortsplib
synced 2025-10-21 22:29:31 +08:00
10 lines
187 B
Modula-2
10 lines
187 B
Modula-2
module github.com/aler9/gortsplib
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/aler9/sdp-dirty/v3 v3.0.0-20200919115950-f1abc664f625
|
|
github.com/pion/rtcp v1.2.3
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|