File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,12 @@ import (
9
9
"testing"
10
10
"time"
11
11
12
- "github.com/coder/coder/v2/coderd/provisionerdserver"
13
-
14
12
"github.com/google/uuid"
15
13
"github.com/prometheus/client_golang/prometheus"
16
14
"github.com/stretchr/testify/assert"
17
15
"github.com/stretchr/testify/require"
18
16
19
17
"cdr.dev/slog/sloggers/slogtest"
20
-
21
18
"github.com/coder/coder/v2/coderd/coderdtest"
22
19
"github.com/coder/coder/v2/coderd/database"
23
20
"github.com/coder/coder/v2/coderd/database/db2sdk"
@@ -29,6 +26,7 @@ import (
29
26
"github.com/coder/coder/v2/coderd/database/migrations"
30
27
"github.com/coder/coder/v2/coderd/httpmw"
31
28
"github.com/coder/coder/v2/coderd/prebuilds"
29
+ "github.com/coder/coder/v2/coderd/provisionerdserver"
32
30
"github.com/coder/coder/v2/coderd/rbac"
33
31
"github.com/coder/coder/v2/coderd/rbac/policy"
34
32
"github.com/coder/coder/v2/provisionersdk"
You can’t perform that action at this time.
0 commit comments