Skip to content

Commit 54a6fc5

Browse files
committed
Import ordeR
1 parent cc29ffc commit 54a6fc5

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

enterprise/cli/workspaceproxy.go

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,20 @@ import (
1515
rpprof "runtime/pprof"
1616
"time"
1717

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"
2718
"golang.org/x/xerrors"
2819

2920
"github.com/coder/coder/cli"
30-
"github.com/coder/coder/coderd/workspaceapps"
31-
"github.com/coder/coder/enterprise/wsproxy"
32-
3321
"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"
3426
"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"
3532
)
3633

3734
func (r *RootCmd) workspaceProxy() *clibase.Cmd {

0 commit comments

Comments
 (0)