pion update

This commit is contained in:
Andrey Semochkin
2021-02-09 04:39:19 +03:00
parent 1e5739e1f6
commit 981746cd6a
2 changed files with 172 additions and 1 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module github.com/deepch/vdk
go 1.15
require github.com/pion/webrtc/v2 v2.2.26 // indirect
require (
github.com/pion/webrtc/v2 v2.2.26 // indirect
github.com/pion/webrtc/v3 v3.0.5 // indirect
)