blob: bc04f637531fb72b96d2a8d2e78af65f7d3fabfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
module github.com/pion/srtp/v2
go 1.14
require (
github.com/pion/logging v0.2.2
github.com/pion/rtcp v1.2.6
github.com/pion/rtp v1.6.2
github.com/pion/transport v0.12.2
github.com/stretchr/testify v1.7.0
)
|