Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0224665

Browse files
committed
chore: fix imports
1 parent8ea986e commit0224665

File tree

2 files changed

+19
-25
lines changed

2 files changed

+19
-25
lines changed

‎enterprise/coderd/prebuilds/reconcile.go‎

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ import (
1212
"sync/atomic"
1313
"time"
1414

15+
"github.com/google/uuid"
1516
"github.com/hashicorp/go-multierror"
1617
"github.com/prometheus/client_golang/prometheus"
18+
"golang.org/x/sync/errgroup"
19+
"golang.org/x/xerrors"
1720

18-
"github.com/coder/quartz"
21+
"cdr.dev/slog"
1922

2023
"github.com/coder/coder/v2/coderd/audit"
2124
"github.com/coder/coder/v2/coderd/database"
@@ -30,12 +33,7 @@ import (
3033
"github.com/coder/coder/v2/coderd/wsbuilder"
3134
"github.com/coder/coder/v2/codersdk"
3235
sdkproto"github.com/coder/coder/v2/provisionersdk/proto"
33-
34-
"cdr.dev/slog"
35-
36-
"github.com/google/uuid"
37-
"golang.org/x/sync/errgroup"
38-
"golang.org/x/xerrors"
36+
"github.com/coder/quartz"
3937
)
4038

4139
typeStoreReconcilerstruct {

‎enterprise/coderd/prebuilds/reconcile_test.go‎

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,39 +9,35 @@ import (
99
"testing"
1010
"time"
1111

12+
"github.com/google/uuid"
1213
"github.com/prometheus/client_golang/prometheus"
1314
"github.com/stretchr/testify/assert"
14-
"golang.org/x/xerrors"
15-
16-
"github.com/coder/coder/v2/coderd/database/dbfake"
17-
"github.com/coder/coder/v2/coderd/rbac"
18-
19-
"github.com/coder/coder/v2/coderd/coderdtest"
20-
"github.com/coder/coder/v2/coderd/database/dbtime"
21-
"github.com/coder/coder/v2/coderd/files"
22-
"github.com/coder/coder/v2/coderd/notifications"
23-
"github.com/coder/coder/v2/coderd/notifications/notificationstest"
24-
"github.com/coder/coder/v2/coderd/util/slice"
25-
"github.com/coder/coder/v2/coderd/wsbuilder"
26-
sdkproto"github.com/coder/coder/v2/provisionersdk/proto"
27-
28-
"github.com/google/uuid"
2915
"github.com/stretchr/testify/require"
16+
"golang.org/x/xerrors"
3017
"tailscale.com/types/ptr"
3118

3219
"cdr.dev/slog"
3320
"cdr.dev/slog/sloggers/slogtest"
34-
"github.com/coder/quartz"
35-
36-
"github.com/coder/serpent"
3721

22+
"github.com/coder/coder/v2/coderd/coderdtest"
3823
"github.com/coder/coder/v2/coderd/database"
24+
"github.com/coder/coder/v2/coderd/database/dbfake"
3925
"github.com/coder/coder/v2/coderd/database/dbgen"
4026
"github.com/coder/coder/v2/coderd/database/dbtestutil"
27+
"github.com/coder/coder/v2/coderd/database/dbtime"
4128
"github.com/coder/coder/v2/coderd/database/pubsub"
29+
"github.com/coder/coder/v2/coderd/files"
30+
"github.com/coder/coder/v2/coderd/notifications"
31+
"github.com/coder/coder/v2/coderd/notifications/notificationstest"
32+
"github.com/coder/coder/v2/coderd/rbac"
33+
"github.com/coder/coder/v2/coderd/util/slice"
34+
"github.com/coder/coder/v2/coderd/wsbuilder"
4235
"github.com/coder/coder/v2/codersdk"
4336
"github.com/coder/coder/v2/enterprise/coderd/prebuilds"
37+
sdkproto"github.com/coder/coder/v2/provisionersdk/proto"
4438
"github.com/coder/coder/v2/testutil"
39+
"github.com/coder/quartz"
40+
"github.com/coder/serpent"
4541
)
4642

4743
funcTestNoReconciliationActionsIfNoPresets(t*testing.T) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp