aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRenovate Bot <micah+renovate@torproject.org>2024-04-05 11:09:09 +0000
committerCecylia Bocovich <cohosh@torproject.org>2024-04-15 16:49:35 -0400
commitadffd43ceb3599fff4f21ff53bd4ec4ac281083e (patch)
treeb4a3487297725d01c542463dfd2ed245a2e4bfde /go.mod
parent2b5fa625887131e2a8100b8a2f1f40c4325caf0e (diff)
downloadsnowflake-adffd43ceb3599fff4f21ff53bd4ec4ac281083e.tar.gz
snowflake-adffd43ceb3599fff4f21ff53bd4ec4ac281083e.zip
chore(deps): update module github.com/pion/sdp/v3 to v3.0.9
Signed-off-by: Cecylia Bocovich <cohosh@torproject.org>
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