We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875904e commit 1ea5d9eCopy full SHA for 1ea5d9e
go.mod
@@ -11,6 +11,7 @@ require (
11
github.com/pion/rtcp v1.2.13
12
github.com/pion/rtp v1.8.3
13
github.com/pion/sdp/v2 v2.4.0
14
+ github.com/pion/sdp/v3 v3.0.6
15
github.com/pion/webrtc/v3 v3.2.24
16
gocv.io/x/gocv v0.35.0
17
golang.org/x/image v0.14.0
@@ -33,7 +34,6 @@ require (
33
34
github.com/pion/mdns v0.0.8 // indirect
35
github.com/pion/randutil v0.1.0 // indirect
36
github.com/pion/sctp v1.8.8 // indirect
- github.com/pion/sdp/v3 v3.0.6 // indirect
37
github.com/pion/srtp/v2 v2.0.18 // indirect
38
github.com/pion/stun v0.6.1 // indirect
39
github.com/pion/transport/v2 v2.2.3 // indirect
0 commit comments