summaryrefslogtreecommitdiff
path: root/vendor/github.com/pion/sdp/v3/go.mod
blob: da7ceaa5452ad31f0ae46edd3be5698c483e8e86 (plain)
1
2
3
4
5
6
7
8
module github.com/pion/sdp/v3

go 1.13

require (
	github.com/pion/randutil v0.1.0
	github.com/stretchr/testify v1.6.1
)