pion update

This commit is contained in:
deepch
2022-01-25 14:39:23 +03:00
parent 022deeb641
commit e0fc50b09e
3 changed files with 42 additions and 2 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/deepch/vdk
go 1.15
require (
github.com/pion/interceptor v0.1.0
github.com/pion/interceptor v0.1.6
github.com/pion/webrtc/v2 v2.2.26
github.com/pion/webrtc/v3 v3.1.1
github.com/pion/webrtc/v3 v3.1.17
)