aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 13b01cd..a874d1b 100644
--- a/go.mod
+++ b/go.mod
@@ -11,7 +11,7 @@ require (
github.com/gorilla/websocket v1.5.1
github.com/miekg/dns v1.1.58
github.com/pion/ice/v2 v2.3.14
- github.com/pion/sdp/v3 v3.0.8
+ github.com/pion/sdp/v3 v3.0.9
github.com/pion/stun v0.6.1
github.com/pion/transport/v2 v2.2.4
github.com/pion/webrtc/v3 v3.2.29