File tree 1 file changed +9
-12
lines changed 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,20 @@ import (
15
15
rpprof "runtime/pprof"
16
16
"time"
17
17
18
- "github.com/coder/coder/coderd/httpapi"
19
- "github.com/coder/coder/coderd/httpmw"
20
- "github.com/prometheus/client_golang/prometheus"
21
- "github.com/prometheus/client_golang/prometheus/collectors"
22
- "github.com/prometheus/client_golang/prometheus/promhttp"
23
-
24
- "github.com/coreos/go-systemd/daemon"
25
-
26
- "github.com/coder/coder/cli/cliui"
27
18
"golang.org/x/xerrors"
28
19
29
20
"github.com/coder/coder/cli"
30
- "github.com/coder/coder/coderd/workspaceapps"
31
- "github.com/coder/coder/enterprise/wsproxy"
32
-
33
21
"github.com/coder/coder/cli/clibase"
22
+ "github.com/coder/coder/cli/cliui"
23
+ "github.com/coder/coder/coderd/httpapi"
24
+ "github.com/coder/coder/coderd/httpmw"
25
+ "github.com/coder/coder/coderd/workspaceapps"
34
26
"github.com/coder/coder/codersdk"
27
+ "github.com/coder/coder/enterprise/wsproxy"
28
+ "github.com/coreos/go-systemd/daemon"
29
+ "github.com/prometheus/client_golang/prometheus"
30
+ "github.com/prometheus/client_golang/prometheus/collectors"
31
+ "github.com/prometheus/client_golang/prometheus/promhttp"
35
32
)
36
33
37
34
func (r * RootCmd ) workspaceProxy () * clibase.Cmd {
You can’t perform that action at this time.
0 commit comments