Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit d220882

Browse files
committed
Transfer to use wsnet
1 parent e2456e8 commit d220882

File tree

11 files changed

+106
-675
lines changed

11 files changed

+106
-675
lines changed

agent/doc.go

Lines changed: 0 additions & 2 deletions
This file was deleted.

agent/server.go

Lines changed: 0 additions & 106 deletions
This file was deleted.

agent/stream.go

Lines changed: 0 additions & 194 deletions
This file was deleted.

go.mod

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ require (
1313
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
1414
github.com/klauspost/compress v1.10.8 // indirect
1515
github.com/manifoldco/promptui v0.8.0
16+
github.com/pion/datachannel v1.4.21
17+
github.com/pion/dtls/v2 v2.0.9
18+
github.com/pion/ice/v2 v2.1.5
19+
github.com/pion/turn/v2 v2.0.5
1620
github.com/pion/webrtc/v3 v3.0.24
1721
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
1822
github.com/rjeczalik/notify v0.9.2
1923
github.com/spf13/cobra v1.1.3
2024
go.coder.com/retry v1.2.0
21-
golang.org/x/net v0.0.0-20210420210106-798c2154c571
25+
golang.org/x/net v0.0.0-20210420210106-798c2154c571 // indirect
2226
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
2327
golang.org/x/sys v0.0.0-20210420072515-93ed5bcd2bfe
2428
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1

0 commit comments

Comments
 (0)