From 510d5d3fee15bb7b6bef3da36f4e565c829fd85f Mon Sep 17 00:00:00 2001 From: David Zhao Date: Tue, 23 May 2023 13:01:12 -0700 Subject: [PATCH] use a version without active TCP --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 51cc6a595..1d0395e2a 100644 --- a/go.mod +++ b/go.mod @@ -26,7 +26,7 @@ require ( github.com/mitchellh/go-homedir v1.1.0 github.com/olekukonko/tablewriter v0.0.5 github.com/pion/dtls/v2 v2.2.6 - github.com/pion/ice/v2 v2.3.4 + github.com/pion/ice/v2 v2.3.3 github.com/pion/interceptor v0.1.16 github.com/pion/rtcp v1.2.10 github.com/pion/rtp v1.7.13