mirror of
https://github.com/aler9/gortsplib
synced 2025-10-16 12:10:48 +08:00
10 lines
181 B
Modula-2
10 lines
181 B
Modula-2
module github.com/aler9/gortsplib
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/aler9/sdp/v3 v3.0.0-20200719093237-2c3d108a7436
|
|
github.com/pion/rtcp v1.2.3
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|