go mod update

This commit is contained in:
deepch
2022-05-27 01:29:09 +03:00
parent 7d87dbe2dd
commit 2be4196875
3 changed files with 56 additions and 105 deletions

5
go.mod
View File

@@ -4,8 +4,7 @@ go 1.15
require (
github.com/google/uuid v1.3.0
github.com/pion/interceptor v0.1.10
github.com/pion/interceptor v0.1.11
github.com/pion/webrtc/v2 v2.2.26
github.com/pion/webrtc/v3 v3.1.31
github.com/quadrifoglio/go-mkv v0.0.0-20180620161916-e7a1fc70199c // indirect
github.com/pion/webrtc/v3 v3.1.41
)