aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRenovate Bot <micah+renovate@torproject.org>2024-04-05 11:09:09 +0000
committerRenovate Bot <micah+renovate@torproject.org>2024-04-05 11:09:09 +0000
commit661ef6398fc4b95bf6cf8e7af22550005c0a49ee (patch)
tree27deddef7a4038a092f6f741caab51c80687d31c /go.mod
parent228e757a3730d7f16ec1fc6352b0727a200364f2 (diff)
downloadsnowflake-renovate/github.com-pion-sdp-v3-3.x.tar.gz
snowflake-renovate/github.com-pion-sdp-v3-3.x.zip
chore(deps): update module github.com/pion/sdp/v3 to v3.0.9renovate/github.com-pion-sdp-v3-3.x
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 b102f95..7533eb2 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