This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ module cdr.dev/coder-cli
2
2
3
3
go 1.14
4
4
5
+ replace github.com/pion/turn/v2 => github.com/deansheather/turn/v2 v2.0.6-0.20210908222112-8e1286eedccd
6
+
5
7
require (
6
8
cdr.dev/slog v1.4.1
7
9
cdr.dev/wsep v0.1.0
@@ -20,7 +22,7 @@ require (
20
22
github.com/pion/ice/v2 v2.1.12
21
23
github.com/pion/interceptor v0.0.19 // indirect
22
24
github.com/pion/logging v0.2.2
23
- github.com/pion/turn/v2 v2.0.5
25
+ github.com/pion/turn/v2 v2.0.6-0.20210908222112-8e1286eedccd
24
26
github.com/pion/webrtc/v3 v3.1.0-beta.7
25
27
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
26
28
github.com/rjeczalik/notify v0.9.2
Original file line number Diff line number Diff line change @@ -96,6 +96,8 @@ github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964/go.mod h1:Xd9
96
96
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
97
97
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
98
98
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
99
+ github.com/deansheather/turn/v2 v2.0.6-0.20210908222112-8e1286eedccd h1:wpAnU3jq1VBhSVRoNFjNg1OP9xm18TMc0xM2Vloy7sM =
100
+ github.com/deansheather/turn/v2 v2.0.6-0.20210908222112-8e1286eedccd /go.mod h1:l4aWTFwGlRrKHW6/9B3vYVk+gPrOox8jc5k62LJDdAs =
99
101
github.com/dlclark/regexp2 v1.1.6 /go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc =
100
102
github.com/dlclark/regexp2 v1.2.0 /go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc =
101
103
github.com/dlclark/regexp2 v1.4.0 h1:F1rxgk7p4uKjwIQxBs9oAXe5CqrXlCduYEJvrF4u93E =
@@ -346,8 +348,6 @@ github.com/pion/transport v0.10.1/go.mod h1:PBis1stIILMiis0PewDw91WJeLJkyIMcEk+D
346
348
github.com/pion/transport v0.12.2 /go.mod h1:N3+vZQD9HlDP5GWkZ85LohxNsDcNgofQmyL6ojX5d8Q =
347
349
github.com/pion/transport v0.12.3 h1:vdBfvfU/0Wq8kd2yhUMSDB/x+O4Z9MYVl2fJ5BT4JZw =
348
350
github.com/pion/transport v0.12.3 /go.mod h1:OViWW9SP2peE/HbwBvARicmAVnesphkNkCVZIWJ6q9A =
349
- github.com/pion/turn/v2 v2.0.5 h1:iwMHqDfPEDEOFzwWKT56eFmh6DYC6o/+xnLAEzgISbA =
350
- github.com/pion/turn/v2 v2.0.5 /go.mod h1:APg43CFyt/14Uy7heYUOGWdkem/Wu4PhCO/bjyrTqMw =
351
351
github.com/pion/udp v0.1.1 h1:8UAPvyqmsxK8oOjloDk4wUt63TzFe9WEJkg5lChlj7o =
352
352
github.com/pion/udp v0.1.1 /go.mod h1:6AFo+CMdKQm7UiA0eUPA8/eVCTx8jBIITLZHc9DWX5M =
353
353
github.com/pion/webrtc/v3 v3.1.0-beta.7 h1:m8RmktWfCaNwTqGnE99me9qz6cI24rL4bK0BHtBH8Fs =
You can’t perform that action at this time.
0 commit comments