@@ -20,7 +20,6 @@ require (
20
20
github.com/coder/retry v1.3.0
21
21
github.com/creack/pty v1.1.17
22
22
github.com/fatih/color v1.13.0
23
- github.com/gliderlabs/ssh v0.3.3
24
23
github.com/go-chi/chi/v5 v5.0.7
25
24
github.com/go-chi/render v1.0.1
26
25
github.com/go-playground/validator/v10 v10.10.0
@@ -41,6 +40,7 @@ require (
41
40
github.com/pion/logging v0.2.2
42
41
github.com/pion/transport v0.13.0
43
42
github.com/pion/webrtc/v3 v3.1.23
43
+ github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
44
44
github.com/psanford/memfs v0.0.0-20210214183328-a001468d78ef
45
45
github.com/quasilyte/go-ruleguard/dsl v0.3.17
46
46
github.com/spf13/cobra v1.3.0
@@ -65,7 +65,6 @@ require (
65
65
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
66
66
github.com/agext/levenshtein v1.2.3 // indirect
67
67
github.com/alecthomas/chroma v0.10.0 // indirect
68
- github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
69
68
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
70
69
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
71
70
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
@@ -115,7 +114,6 @@ require (
115
114
github.com/pion/stun v0.3.5 // indirect
116
115
github.com/pion/turn/v2 v2.0.6 // indirect
117
116
github.com/pion/udp v0.1.1 // indirect
118
- github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
119
117
github.com/pkg/errors v0.9.1 // indirect
120
118
github.com/pmezard/go-difflib v1.0.0 // indirect
121
119
github.com/sirupsen/logrus v1.8.1 // indirect
0 commit comments