mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
14 lines
302 B
Modula-2
14 lines
302 B
Modula-2
module github.com/aler9/gortsplib
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/asticode/go-astits v1.10.0
|
|
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
|
|
golang.org/x/net v0.0.0-20210610132358-84b48f89b13b
|
|
)
|