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 fc3d7b9..f9cba95 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.21
require (
github.com/clarkduvall/hyperloglog v0.0.0-20171127014514-a0107a5d8004
github.com/gorilla/websocket v1.5.0
- github.com/pion/ice/v2 v2.3.11
+ github.com/pion/ice/v3 v3.0.1
github.com/pion/sdp/v3 v3.0.6
github.com/pion/stun v0.6.1
github.com/pion/transport/v2 v2.2.4