File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ require (
7
7
github.com/fasthttp/websocket v1.4.3
8
8
github.com/lesismal/llib v1.1.4
9
9
github.com/lesismal/nbio v1.2.6
10
- // github.com/mehrvarz/turn/v2 v2.0.12
10
+ github.com/mehrvarz/turn/v2 v2.0.12
11
11
github.com/mrjones/oauth v0.0.0-20190623134757-126b35219450
12
- github.com/pion/turn/v2 v2.0.8
12
+ // github.com/pion/turn/v2 v2.0.8
13
13
github.com/pion/logging v0.2.2
14
14
go.etcd.io/bbolt v1.3.6
15
15
gopkg.in/ini.v1 v1.63.0
Original file line number Diff line number Diff line change 9
9
"sync"
10
10
"time"
11
11
12
- "github.com/pion/turn/v2" // see: https://github.com/pion/turn/issues/206#issuecomment-907091251
13
- // "github.com/mehrvarz/turn/v2" // this _is_ pion/turn but with a minor patch for FF on Android
12
+ // "github.com/pion/turn/v2" // see: https://github.com/pion/turn/issues/206#issuecomment-907091251
13
+ "github.com/mehrvarz/turn/v2" // this _is_ pion/turn but with a minor patch for FF on Android
14
14
"github.com/pion/logging"
15
15
)
16
16
You can’t perform that action at this time.
0 commit comments