File tree 7 files changed +5
-5
lines changed
7 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ import (
37
37
"github.com/coder/coder/v2/agent/agentssh"
38
38
"github.com/coder/coder/v2/agent/reconnectingpty"
39
39
"github.com/coder/coder/v2/buildinfo"
40
+ "github.com/coder/coder/v2/cli/gitauth"
40
41
"github.com/coder/coder/v2/coderd/database"
41
- "github.com/coder/coder/v2/coderd/gitauth"
42
42
"github.com/coder/coder/v2/codersdk"
43
43
"github.com/coder/coder/v2/codersdk/agentsdk"
44
44
"github.com/coder/coder/v2/tailnet"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
12
12
"github.com/coder/coder/v2/cli/clibase"
13
13
"github.com/coder/coder/v2/cli/cliui"
14
- "github.com/coder/coder/v2/coderd /gitauth"
14
+ "github.com/coder/coder/v2/cli /gitauth"
15
15
"github.com/coder/coder/v2/codersdk"
16
16
"github.com/coder/retry"
17
17
)
File renamed without changes.
Original file line number Diff line number Diff line change 5
5
6
6
"github.com/stretchr/testify/require"
7
7
8
- "github.com/coder/coder/v2/coderd /gitauth"
8
+ "github.com/coder/coder/v2/cli /gitauth"
9
9
)
10
10
11
11
func TestCheckCommand (t * testing.T ) {
File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"github.com/spf13/afero"
11
11
"github.com/stretchr/testify/require"
12
12
13
- "github.com/coder/coder/v2/coderd /gitauth"
13
+ "github.com/coder/coder/v2/cli /gitauth"
14
14
)
15
15
16
16
func TestOverrideVSCodeConfigs (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import (
35
35
"github.com/coder/coder/v2/cli/clibase"
36
36
"github.com/coder/coder/v2/cli/cliui"
37
37
"github.com/coder/coder/v2/cli/config"
38
- "github.com/coder/coder/v2/coderd /gitauth"
38
+ "github.com/coder/coder/v2/cli /gitauth"
39
39
"github.com/coder/coder/v2/coderd/telemetry"
40
40
"github.com/coder/coder/v2/codersdk"
41
41
"github.com/coder/coder/v2/codersdk/agentsdk"
You can’t perform that action at this time.
0 commit comments